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 peerUsage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/shemerey/peerjs-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request