Files
syncapp/README.md
2023-08-04 21:47:41 +03:00

16 lines
479 B
Markdown

# SyncApp
![image](https://github.com/lumijiez/SyncApp/assets/59575049/d153828e-6fc2-46f9-a057-e47b171188da)
Tiny app based on WebSockets, and implemented using Express.js, Node.js in pair with ws.
## To-Do List
The following tasks are on our to-do list:
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