Skip to content

This is Tubalr's Node socket server that's using for Tubalr's DJ Mode.

Notifications You must be signed in to change notification settings

cjstewart88/TubalrDJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TubalrDJ

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!

Installation

Clone this repository, and then execute:

$ cd TubalrDJ && npm install

Usage

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.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
  6. Wipe hands on pants.

About

This is Tubalr's Node socket server that's using for Tubalr's DJ Mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published