A simple socket.io server that powers the real-time DJ mode for Tubalr. There are a lot of cool features missing that are yet to be built. Stay tuned!
Clone this repository, and then execute:
$ cd TubalrDJ && npm install
Update the default server
and port
in Tubalr's app/assets/javascript/dj.js
to match where this service
will be running. Execute:
$ npm start
And you're good to go.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Wipe hands on pants.