Y
Hacker News
new
|
ask
|
show
|
jobs
by
demodifier
5603 days ago
Nice hack. In case you are using Node.js in the back end, you might want to check out socket.io. Provides Websocket support as well fall back transports for browsers that don't support WS.
1 comments
bcardarella
5603 days ago
I'm using EventMachine with em-websocket for the backend. I might convert it to Node w/ Socket.IO to see if there is a performance difference.
link