Chat Application using multiple websockets
This project is built with Sinatra/Ruby along with sinatra-websockets/faye gems to utilize websockets. Join a channel and start chatting.
# App Setup
$ bundle install
# DB Setup
$ bundle exec rake db:migrate
$ bundle exec rake db:seed
# Startup Server
$ bundle exec rackup
MIT © John Brilla