Files
syncapp/README.md
2023-08-09 20:53:31 +03:00

445 B

SyncApp

User-friendly and simple platform for video syncing between rooms of clients based on WebSockets, and implemented using Express.js, Node.js in pair with ws.

Implemented using a wide range of API endpoints and WebSocket commands, works swiftly.

Known bugs:

  1. Sometimes pausing might cause an infinite loop of starting and stopping, making the video unplayable and crashing the server. Might need to implement a failsafe method.