Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 688 Bytes

README.MD

File metadata and controls

27 lines (13 loc) · 688 Bytes

VideoTogether

VideoTogether is a browser extension let you watch videos in brower with friends at the same time. Chrome, Edge, Safari are supported.

Visit http://2gether.video/ for more information

[ English ] [ 中文 ]

Installation

Please visit our website https://2gether.video/ for installation guide

Development

Extension

The core code is main/source/extension/vt.js

We use a very simple compile script script/build_extension.py to build

run python script/build_extension.py to build, the output directory is ./release

Service

service code is in source/go-server