Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 615 Bytes

README.rdoc

File metadata and controls

15 lines (8 loc) · 615 Bytes

Tubesock Chat

Uses tubesock and redis to do pub/sub chatting purely with threads on puma.

Just run rails server and open multiple browser windows, then hang out with yourself.

Hosting in speedyrails

To host applications that uses Rack::Hijack just include puma in your Gemfile. We will take care of the rest.

Deploying with capistrano

DO NOT add require 'puma/capistrano' to your config/deploy.rb.

Read config/deploy.rb file for an example configuration.