Sync spotify between devices & listen to music with friends 🎧
Spotify all happens client side. The server is just a websockets relay for sending messages between peers.
Install dependencies:
yarn
Run in two terminals:
yarn dev-server
yarn dev-client
yarn build