/peerjs-rails

PeerJS for asset pipeline

Primary LanguageRubyMIT LicenseMIT

Peerjs::Rails

Asset Pipline wrapper, for awesome PeerJS, version 0.3.9

Installation

Add this line to your application's Gemfile:

gem 'peerjs-rails'

And then execute:

$ bundle

Now you are able to add this awesome feature into your product by adding following into your application.js file:

//= require peer

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/shemerey/peerjs-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request