Skip to content
/ p2piano Public

play piano with friends in realtime over a peer to peer network

License

Notifications You must be signed in to change notification settings

d-rowe/p2piano

Repository files navigation

P2Piano

P2Piano is a room based piano app that let's you play music with friends. It supports usb midi devices and streams midi data between clients using WebRTC.

To run the app locally:

  1. ensure you have docker and docker compose
  2. Run docker compose up in the root of this project
  3. Open http://localhost:8345 in your browser