A real time NodeJS server.
An application that parse a HTTP Icecast medata, and broadcast the current onair song to all connected clients.
Clone the repository, than install all application's dependencies:
$ npm install --production
Launch all unit tests with:
$ mocha -R spec tests
Run the application:
$ node app.js