Make music with your pals in real time! http://alexshadley.com/jammr
Jammr requires a working installation of Python 3 and Elm, as well as a js dependency bundler like Parcel.
The backend of Jammr is a flask server using a socketio plugin. Download the
dependencies from requirements.txt
. Run the backend with
python backend.py
Run your dependency bundler on index.html
to build the frontend.