The easiest music streaming server available
Go to file
2017-03-29 00:13:07 -04:00
docs Speeling error, whoops 2017-03-29 00:13:07 -04:00
modules Update docs 2017-03-28 12:09:14 -04:00
public More docs 2017-03-29 00:11:08 -04:00
Dockerfile Added Dockerfile and modified README 2016-08-26 09:33:39 +02:00
mstream-command-line-boot-wrapper.js Update bcrypt 2017-03-24 23:36:34 +00:00
mstream.js Update docs 2017-03-28 12:09:14 -04:00
package.json 2.6.0 2017-03-24 23:38:01 +00:00
README.md Update docs 2017-03-28 12:09:14 -04:00

mStream

mStream is a personal music streaming server written in NodeJS. mStream comes with a RESTful JSON API and a built in web client to access your music on any browser.

Main Features

  • Works on Mac, Linux and Windows
  • Integrates easily with Beets DB
  • Jukebox Mode. Control your browser with any device
  • Secure login system
  • Comes with SQLite built in. No need to setup an external DB
  • Server uses a RESTful JSON API. It's documented and easy to write code against

Website

Downloads and more information can be found at http://mstream.io/

Demo

Check it out: http://darncoyotes.mstream.io/

Installation

mStream Express

mStream Express is a pre-compiled version of the server for Mac Windows and Linux. It is the fastest way to get mStream running. Download it from our website

Install From Source

Read the docs on other methods of installation