socket implementation

This commit is contained in:
2025-08-28 18:08:18 +05:30
parent 38ac249f3b
commit 45f48903fe
11 changed files with 856 additions and 14 deletions

5
.env
View File

@@ -1,6 +1,7 @@
MONGO_URI=mongodb://192.168.0.111/
MONGO_URI=mongodb://192.168.0.113/
MONGO_USER=mydata
MONGO_PASSWORD=mongodb@hexr2002
MONGO_AUTH_DB=admin
API_PORT=9696
API_PORT=9696
SOCKET_PORT=8002