first commit

This commit is contained in:
2023-08-04 21:47:41 +03:00
commit 8afb59c0ac
9 changed files with 1913 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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