https://github.com/jas-bar/netjockey-server-node
https://github.com/jas-bar/netjockey-server-node
nodejs server web-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jas-bar/netjockey-server-node
- Owner: jas-bar
- License: mit
- Created: 2016-06-23T16:24:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T21:43:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T15:35:13.791Z (over 1 year ago)
- Topics: nodejs, server, web-app
- Language: CoffeeScript
- Size: 4.42 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netjockey-server-node
netjockey is a clone of famous service plug.dj written from scratch. Except, you can host this one yourself!
netjockey utilizes strict separation of client side and server side.
Server is there only to provide RESTful API for clients to connect to.
Clients play music from YouTube and handle user interface.
This netjockey server is written in node.js using coffeescript.
To configure the server, you can use files in `app/config/settings directory`.
Are you looking for a client? Here's a link to our official HTML client: https://github.com/jas-bar/netjockey-client-html
netjockey-server-node project is under MIT license. See LICENSE for more information
# How to setup
```sh
git clone https://github.com/jas-bar/netjockey-server-node/
cd netjockey-server-node
npm install
npm run-script build
npm start
```