adding in socket io in backend and server running with it and needs testing with the client side
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.3",
|
||||
"google-auth-library": "^7.14.0",
|
||||
"mongodb": "^4.4.1"
|
||||
"mongodb": "^4.4.1",
|
||||
"socket.io": "^4.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development && nodemon",
|
||||
|
||||
Reference in New Issue
Block a user