Skip to content

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

License

Notifications You must be signed in to change notification settings

mheadd/cg-redis-chat

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published