Initial server

This commit is contained in:
Andrew 2023-03-02 03:59:29 +07:00
commit 481d119d3b
4 changed files with 681 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "huacu_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@socket.io/admin-ui": "^0.5.1",
"express": "^4.18.2",
"socket.io": "^4.6.1"
}
}