Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 519 Bytes

Websocket + Redis Chat for cloud.gov

A demo app showing how to use WebSockets and Redis to build a simple chat app that runs on cloud.gov.

Usage

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.