4ib3r / StompBrokerJS

NodeJS StompBroker
MIT License
35 stars 66 forks source link

Can I Create Stomp-Server Over WebSocket here #1

Closed phoenisx closed 5 years ago

phoenisx commented 7 years ago

I am confused about creating a server in NodeJS that can act as a broker sing STOMP protocol over WebSockets... Can this Library help me with that??

rpoitras commented 6 years ago

@Shub1427 ... not sure if you still have this question. What you are describing is exactly what this library is providing.

ypetya commented 6 years ago

Maybe you had problems with the underlying websocket library. It is supporting ws. I attempt to extend it for sockjs

4ib3r commented 5 years ago

Please see an example from the examples/sockjs directory