Replica of Spotify jam (their premium feature) using webhooks. Here you can jam and listen to the same song as your friend and also any number of friends can listen and control music at the same time.
Build on FastAPI websockets
Uses simple HTML CSS and JS frontend using Jinja Templating
docker build -t jamming-app .
docker run -p 8000:8000 jamming-app
pip install -q -r requirements.txt
uvicorn main:app --reload
Then open http://localhost:8000/