1
parents
Showing
.DS_Store
0 → 100644
File added
.gitignore
0 → 100644
app.js
0 → 100644
keys/ca.crt
0 → 100644
keys/ca.csr
0 → 100644
keys/ca.key
0 → 100644
keys/ca.srl
0 → 100644
keys/server.crt
0 → 100644
keys/server.csr
0 → 100644
keys/server.key
0 → 100644
keys/server.pem
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | ||
"name": "nodeserver", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"express": "^4.18.2", | ||
"express-ws": "^5.0.2", | ||
"net": "^1.0.2", | ||
"nodejs-websocket": "^1.7.2", | ||
"uuid": "^9.0.0", | ||
"websocket": "^1.0.34" | ||
} | ||
} |
www/2.html
0 → 100644
www/send.html
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment