1. 首页
  2. 考试认证
  3. 其它
  4. stompjs proxy Stomp websocket代理,用于Stomp.js

stompjs proxy Stomp websocket代理,用于Stomp.js

上传者: 2024-09-06 01:05:24上传 ZIP文件 5.16KB 热度 3次
Stomp websocket代理,用于Stomp.js安装npm install stompjs-proxy用法var stompProxy = require ( 'stompjs-proxy' ) ; stompProxy ( { cluster : { size : 4 , repl : false , } , listen : { host : '127.0.0.1' , port : 3000 , path : '/stomp' , } , upstream : { host : '127.0.0.1' , port : 61613 , } , auth : { 'id' : 'key' , } ) ;
下载地址
用户评论