添加websocket使用demo

This commit is contained in:
leo
2018-07-17 00:58:02 +08:00
parent 49d23c9945
commit b7799a0c42
56 changed files with 26154 additions and 0 deletions

19
Websocket/server/package-lock.json generated Normal file
View File

@@ -0,0 +1,19 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"ws": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.0.0.tgz",
"integrity": "sha512-XXG4S0b771C68AeTHebBsJJBZMguxj7Em+D657RViuj6ppRd3tfuOhIK8eGwZGNb76C8MjQfCTfH2NN50rJN4w==",
"requires": {
"async-limiter": "1.0.0"
}
}
}
}