Ruby Chat/Web Server
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). Continue reading