0
Ruby Chat/Web Server
Posted by stuporglue on Mar 14, 2010 in Programming
I had to write a threaded server that would serve up a chat server on port 9020. The server had to give a new user the last 100 lines of chat in that room, and had to update one user’s page even if they didn’t send anything (ie. so they could see the other people’s chat).