Monday 26 August 2019

How does socket.io scale?

Has anyone used socket.io extensively in a project? I'm looking to use it to stream audio data from the browser to a node server and then asynchronously run some processing on it, but I'm trying to determine what I can expect in terms of how many connections an instance can handle.If I ran the socket.io server on AWS EC2 autoscaling micro instances, how many concurrent connections would I expect to be able to handle per instance? Should i be more concerned with my memory usage instead of how many simultaneous connections I can support?Thanks in advance for any information! I'm just worried I'll deploy and the app will work for and that's it.

Submitted August 27, 2019 at 01:34AM by idmontie

No comments:

Post a Comment