Thursday 31 January 2019

Node and websocket

I have a node server that accepts http requests. I am working on extending the functionality of server so it allows public clients to send continuous stream of data to my server. Websockets seems to be the obvious answer.Questions: 1. what's the best way to achieve my usecase (allow third parties to send high frequency, high load data streams to my server)? 2. i looked into socket.io.. will that force my third party clients to use socket.io on their end?Thanks

Submitted January 31, 2019 at 08:40PM by nitinsh99

No comments:

Post a Comment