first commit

This commit is contained in:
编码猿
2024-09-27 01:09:52 +08:00
commit 0cf9eef5bf
149 changed files with 3476 additions and 0 deletions

20
socketEnd/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "socketEnd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node-dev index.js",
"start": "pm2 start ./index.js --name auto --watch -i max"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.0.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.5"
}
}