Merge branch 'main' of https://github.com/lumijiez/SyncApp
This commit is contained in:
14
README.md
14
README.md
@@ -1,15 +1,11 @@
|
|||||||
# SyncApp
|
# 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.
|
||||||
|
|
||||||
Tiny app based on WebSockets, and implemented using Express.js, Node.js in pair with ws.
|

|
||||||
|
|
||||||
## To-Do List
|
Implemented using a wide range of API endpoints and WebSocket commands, works swiftly.
|
||||||
|
|
||||||
The following tasks are on our to-do list:
|
## 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.
|
||||||
|
|
||||||
1. Automatize syncing between clients
|
|
||||||
2. Free the clients map on client exit (causes memory leaks)
|
|
||||||
3. Implement hosts and automatize hosting
|
|
||||||
4. Workaround for autoplay
|
|
||||||
5. Implement room authorization for added security
|
|
||||||
|
|||||||
Reference in New Issue
Block a user