1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

[后端] webSocket demo跑通

This commit is contained in:
2022-11-28 23:29:03 +08:00
parent a85d7bcfba
commit 432ba2b812
11 changed files with 382 additions and 2 deletions

14
test-code/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "test-code",
"version": "1.0.0",
"description": "",
"main": "websocketTest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.11.0"
}
}