Tuesday 11 April 2017

I've got a server in nodejs that subscribe to a STOMP topic. Now I want to broadcast thos stomp message to clients over websockets

I've got a server in nodejs that subscribe to a STOMP topic. Now I want to broadcast those stomp messages to clients over websockets. Is it possible to directly send the messages thanks to nodejs-websocket ? or do I have to use a websocketBroker over stomp ?

thanks for helping



via glemoulant

No comments:

Post a Comment