Hello,So I am facing a problem where all data being consumed I need to stream with Socket.io to the front-end client.I can't find a way to always stream data to the web socket without putting it inside connect method.For example with Sockjs in Java I can listen from AMQP while consuming data and stream the data directly to the frontend using: template.convertAndSend("/topic/incoming", outgoingMessage);Any help how to do this in Node?Thank you.
Submitted May 02, 2019 at 08:26PM by ripviserion
No comments:
Post a Comment