stompjs proxy Stomp websocket代理,用于Stomp.js
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' , } ) ;
下载地址
用户评论