Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 447 Bytes

ActionCable Chat

This application is a short demonstration on how to use ActionCable, a feature of the upcoming Ruby on Rails 5.0. It runs a simple multi-user chat which will update automatically once a message is posted.

See the accompanying blog post here.

To get started do

bundle install

rails s

bin/cable # in another tab/window of your terminal