Comment on Pusher - Realtime client push service powered by websocketsComments−Rauchg16yTry Socket.IO: http://labs.rosepad.com/socket.io/−Rauchg16yAlso, Socket.IO fallbacks to flash and other non-socket methods (htmlfile, xhr polling, xhr multipart, more to come), while conserving a WebSocket-like API. And you can implement any protocol you want on top of it (such as STOMP, Bayeux, XMPP).−andr16yIt's usually writing a good server that is the pain point here.−Rauchg16yhttp://github.com/Rosepad/Socket.IO-node/ powered by Node.JS, check out the basic chat app in 10 LoC
Comments
Try Socket.IO: http://labs.rosepad.com/socket.io/
Also, Socket.IO fallbacks to flash and other non-socket methods (htmlfile, xhr polling, xhr multipart, more to come), while conserving a WebSocket-like API. And you can implement any protocol you want on top of it (such as STOMP, Bayeux, XMPP).
It's usually writing a good server that is the pain point here.
http://github.com/Rosepad/Socket.IO-node/ powered by Node.JS, check out the basic chat app in 10 LoC