Y
Hacker News
new
|
ask
|
show
|
jobs
by
Rauchg
5930 days ago
Try Socket.IO:
http://labs.rosepad.com/socket.io/
2 comments
Rauchg
5930 days ago
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).
link
andr
5930 days ago
It's usually writing a good server that is the pain point here.
link
Rauchg
5930 days ago
http://github.com/Rosepad/Socket.IO-node/
powered by Node.JS, check out the basic chat app in 10 LoC
link