This is a proof-of-concept application to showcase Cramp’s integration with Redis Pub/Sub + WebSockets.
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
This is an updated version of the Cramp application originally written by Pieter Noordhuis – https://gist.github.com/348262