Closed phoenisx closed 5 years ago
@Shub1427 ... not sure if you still have this question. What you are describing is exactly what this library is providing.
Maybe you had problems with the underlying websocket library. It is supporting ws
. I attempt to extend it for sockjs
Please see an example from the examples/sockjs
directory
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??