Skip to content

HupuInc/stompjs-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stomp websocket proxy, for Stomp.js

Installation

npm install stompjs-proxy

Usage

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',
  },
});

About

Stomp websocket proxy, for Stomp.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published