Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parimatrix/socket-music-player
A socket.io based platform to play music on multiple devices simultaneously, in sync
https://github.com/parimatrix/socket-music-player
music-sync socket-io
Last synced: 2 months ago
JSON representation
A socket.io based platform to play music on multiple devices simultaneously, in sync
- Host: GitHub
- URL: https://github.com/parimatrix/socket-music-player
- Owner: parimatrix
- Created: 2017-07-18T04:17:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T10:38:24.000Z (about 4 years ago)
- Last Synced: 2023-11-07T09:37:29.015Z (about 1 year ago)
- Topics: music-sync, socket-io
- Language: JavaScript
- Homepage:
- Size: 11.4 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket-Music-Player
This is a music player, that allows music playback from multiple devices, totally in sync.It uses *socket.io* for communication between the server and various clients. The music is streamed directly from the server. The communication between the clients is only about the current playback time, and play and pause events, preventing much overhead.