Tune is a simple Golang server that syncs video playback between clients using Websockets.
Tested on Ubuntu with Golang 1.11:
go get github.com/gorilla/mux
go get github.com/gorilla/websocket
go build -o main
./main
I welcome pull requests, but want to focus on keeping things simple in the Unix sense.
This project is licensed under the MIT License - see the LICENSE.md file for details