## 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](https://github.com/beetbox/beets) * 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 ### Links * [Check Out The Official Website](http://mstream.io/) * [Read The Docs](docs/) * [See The Demo](http://darncoyotes.mstream.io/) ## Installation ### mStream Express mStream Express is a special version of the server that comes with all the dependencies pre-packaged. It also comes with a GUI config tool to make setup as simple as possible. Works on Mac, Windows, and Linux [Download it from our website](http://www.mstream.io/mstream-express) [![mStream Express UI](public/img/designs/mstream-express.png)](http://www.mstream.io/mstream-express) ### Install From Source Read the docs on other methods of installation