blog.jayway.com

600k concurrent websocket connections on AWS using Node.js

open original

600k concurrent websocket connections on AWS using Node.js - blog.

I recently faced the challenge to get as much power as possible out of a AWS EC2 instance at the lowest possible cost using concurrent persistent websockets. To do this I needed to use a event-driven, non-blocking runtime environment. For this particular purpose Node.js is excellent with its lightweight and fast Chrome V8 engine. Technical decisions […]

via blog.jayway.com (archived)