Hacker News new | ask | show | jobs
by Rauchg 5930 days ago
Try Socket.IO: http://labs.rosepad.com/socket.io/
2 comments

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