Rails 5 tutorial chat app - can we deploy it to AWS?
December 30, 2015
The simple chat example that DHH built in his recent screencast using ActionCable in Rails 5, is available on GitHub here: https://github.com/HectorPerez/chat-in-rails5. But can we get this working on an Elastic Beanstalk single instance - with no load balancer ? => Initially yes, then no, then yes!
On a development pc:Action Cable works with redis so to run the chat app you will need to install redis on your local machine:
...
Read more