dbackowski / socket.io-rails

Rails asset pipeline wrapper for socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket.io-rails Build Status

Rails asset pipeline wrapper for socket.io.js.

Installation

Add this line to your application's Gemfile:

gem 'socket.io-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install socket.io-rails

Usage

Include socket.io in your manifest files:

//= require socket.io

About

Rails asset pipeline wrapper for socket.io

License:MIT License


Languages

Language:Ruby 71.9%Language:HTML 21.0%Language:JavaScript 4.3%Language:CSS 2.8%