이정민

reinstall socket.io

This diff is collapsed. Click to expand it.
1 +{
2 + "name": "socketio",
3 + "version": "1.0.0",
4 + "private": true,
5 + "scripts": {
6 + "test": "node ./bin/www"
7 + },
8 + "dependencies": {
9 + "express": "4.17.1",
10 + "socket.io": "2.3.0"
11 + }
12 +}