I\'d like to implement a scalable chatroom in rails using AJAX. I know from research that the only scalability happens with a server-side push.
My two questions are:
What about Campfire? It polls the server every 5 seconds. Works like a dream.