Skip to content
/ tune Public

Simple golang service that syncs multiple client youtube playbacks.

Notifications You must be signed in to change notification settings

malceore/tune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple golang service that syncs multiple client youtube playbacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published