init commit. working to connect express server to react with socket io

This commit is contained in:
2022-06-04 12:19:36 -05:00
commit 14e4b53d54
16 changed files with 4009 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "socketio-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"socket.io": "^4.5.1"
}
}