Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 567 Bytes

Tune

Tune is a simple Golang server that syncs video playback between clients using Websockets.

Alt text

Getting Started

Tested on Ubuntu with Golang 1.11:

go get github.com/gorilla/mux
go get github.com/gorilla/websocket
go build -o main
./main

Contributing

I welcome pull requests, but want to focus on keeping things simple in the Unix sense.

License

This project is licensed under the MIT License - see the LICENSE.md file for details