garthcodes / chatapp

chat application using websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

chat application using websockets


Languages

Language:Ruby 92.2%Language:JavaScript 4.0%Language:CoffeeScript 2.0%Language:CSS 1.8%