Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-buckner/p2piano
play piano with friends in realtime over a peer to peer network
https://github.com/d-buckner/p2piano
midi midi-device music music-visualizer peer-to-peer realtime webrtc
Last synced: 1 day ago
JSON representation
play piano with friends in realtime over a peer to peer network
- Host: GitHub
- URL: https://github.com/d-buckner/p2piano
- Owner: d-buckner
- License: agpl-3.0
- Created: 2024-11-03T02:59:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T23:57:40.000Z (9 days ago)
- Last Synced: 2025-01-27T06:35:51.628Z (3 days ago)
- Topics: midi, midi-device, music, music-visualizer, peer-to-peer, realtime, webrtc
- Language: TypeScript
- Homepage:
- Size: 46.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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