All Questions
3 questions
1
vote
0
answers
58
views
advice for web communication protocol for "streaming" multiple JSON objects to multiple clients
As a hobby / to learn I am building an app in JavaScript using Node.js where a component of it will take input from a client, send it to a server, and then broadcast it to other clients. For ...
1
vote
2
answers
1k
views
Notify thousands of clients with websockets, are there any caveats?
I'm building a web app, where users can create locations, which are displayed on a map.
Also, users can click on the map objects in order to get to a place details page where further interactions ...
3
votes
1
answer
119
views
Is web sockets the best solution for my problem?
I have created a Slackbot that integrates with Submittable.com. For example, I can trigger a response that displays all current submissions in Slack.
I now need my Slackbot to post in Slack whenever ...