igrigorik / em-websocket

EventMachine based WebSocket server

Home Page:http://www.igvita.com/2009/12/22/ruby-websockets-tcp-for-the-browser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of connections supported?

jonahx opened this issue · comments

commented

I am looking for a ballpark estimate of the number of websocket connections em-websocket could handle on, say, a standard heroku dyno? And, if you know, how does it compare to the number of connections a socket.io node server could handle?

Sorry if this is the wrong place to ask, but I couldn't find any info googling.