A demo app showing how to use WebSockets and Redis to build a simple chat app that runs on cloud.gov.
Clone this repo. Then deploy it as a cloud.gov app and attach a new Redis service to it.
~$ cf push --no-start
~$ cf create-service redis32 standard-ha redis-chat
~$ cf bind-service redis-chat redis-chat
~$ cf start redis-chat
Run cf apps
to see the route assigned to your app and open the URL in a browser.