This is a sample running demo project to show how to set up Rails Actioncable and wire up with an Angular frontend.
cd server && bundle install
cd client && bower install
cd server && rails server
- Open
http://localhost:3000
in your favourite browser
The server directory is a rails scaffolded repo. You might want to checkout the channel code and see how it corresponds to the frontend code
- add example on how to authenticate
A github project that uses actioncable and react