Files
syncapp/README.md
2023-08-11 14:59:29 +03:00

545 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.

image

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.