Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.