seanoldham / actionchat_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Ruby 73.1%Language:HTML 16.7%Language:CSS 5.8%Language:JavaScript 4.3%Language:Shell 0.2%