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:
yes, you put 5 lines of Javascript into the client and 20 lines of ruby into a CGI script, and call it a day