Project to get me started with WebSocket, it is a simple chat program written with a Sinatra/Ruby backend and an HTML/JS front end. I'll work on it regularly to add in some "finesse."
Message from 6 years later; I did not work on it regularly nor did I add "finesse" and will rewrite this sometime.
To install it, run bundle install
To start it, run ruby control.rb
- Make the thing work. (Done.)
- Bootstrap it to make it look pretty. (Done.)
- Add accounts. (Done.)
- Add commands. (Done.)
This was created for education purposes, if you have plans with this to make it something else, consider doing a pull request or forking it and doing your own thing.