Reorganized a bit; Added preliminary web socket server.

This commit is contained in:
2023-01-04 01:03:54 -08:00
parent 92986cfb23
commit ac40b29f31
5 changed files with 107 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "bestzip AvusdDataCollection.zip app.js bin public routes package*.json"
"build": "bestzip ../TempestDataCollection.zip app.js bin public routes package*.json"
},
"dependencies": {
"cookie-parser": "~1.4.4",
@@ -13,7 +13,8 @@
"mongodb": "^4.3.1",
"morgan": "~1.9.1",
"node-sass-middleware": "0.11.0",
"underscore": "^1.13.2"
"underscore": "^1.13.2",
"ws": "^8.4.2"
},
"devDependencies": {
"bestzip": "^2.1.7"