Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 589 Bytes

README.textile

File metadata and controls

16 lines (9 loc) · 589 Bytes

Cramp chat using Redis Pub/Sub + WebSockets

This is a proof-of-concept application to showcase Cramp’s integration with Redis Pub/Sub + WebSockets.

Running the application

Make sure you have Redis up and running.

$ bundle install
$ bundle exec thin —timeout 0 start

You should now see the application running at http://0.0.0.0:3000

Credits

This is an updated version of the Cramp application originally written by Pieter Noordhuishttps://gist.github.com/348262