Web port of the syncplay protocol. (Client side only)
Talks with syncplay server running on TCP/IP using a WebSockets bridge.
- Run the syncplay server on locally. eg,
./syncplayServer --port 8995 --isolate-rooms - Run a websockets bridge. like
./run localhost:9000 localhost:8995 - Run multiple instances of index.html from your browser.
- Read the index.html source for usage details.
npm installto install devDependencies like flow, babel plugins etc- Optional:
npm run-script flowto check for type errors. (src/syncplay.js) npm startto generate js file in./buildfolder. (By default it will build development version; doBABEL_ENV=production npm startfor a release build)