/websocket-rails-demo-light

Lightweight Chat app with Rails4 and WebSocket-Rails gem

Primary LanguageRuby

How to install

  1. You need to have Redis working
  2. run bundle install
  3. run rails s
  4. go to http://localhost:3000

How it works

alt tag

Screenshot chatting between Chrome and Firefox on localhost, no refresh, no AJAX; pure websockets

alt tag

P.S.

Thanks to moaa for the guidance!