server client socket 연결 완료
app.js
deleted
100644 → 0
client/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
server/app.js
0 → 100644
File moved
File moved
File moved
... | ... | @@ -22,7 +22,6 @@ |
"cookie-parser": "^1.4.5", | ||
"cors": "2.8.5", | ||
"dotenv": "^10.0.0", | ||
"esm": "^3.2.25", | ||
"express": "4.17.1", | ||
"http": "0.0.1-security", | ||
"jsonwebtoken": "^8.5.1", | ||
... | ... | @@ -32,10 +31,11 @@ |
"pg-hstore": "^2.3.4", | ||
"postgres": "^1.0.2", | ||
"sequelize": "^6.6.5", | ||
"socket.io": "2.3.0", | ||
"wrtc": "0.4.6" | ||
"socket.io": "^4.1.3", | ||
"wrtc": "^0.4.7" | ||
}, | ||
"devDependencies": { | ||
"@types/socket.io": "^3.0.2", | ||
"nodemon": "2.0.7" | ||
} | ||
} |
Please register or sign in to comment