good progress with server and client back and forth

- getting there slowly with console logs and understanding the steps along the way
This commit is contained in:
talksik
2022-04-28 08:51:34 -05:00
parent f38436ae0c
commit 44ee03c9e5
6 changed files with 436 additions and 20 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"google-auth-library": "^7.14.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.4.1",
"socket.io": "^4.4.1"
"socket.io": "^4.4.1",
"wrtc": "^0.4.7"
},
"scripts": {
"dev": "NODE_ENV=development nodemon",