Using express-http-bind as proxy for BOSH. WIP

This commit is contained in:
John Livingston
2021-04-15 15:21:58 +02:00
parent 58b0a0cd69
commit f1192e3da0
3 changed files with 120 additions and 12 deletions

View File

@ -21,11 +21,14 @@
"css": [
"assets/style.css"
],
"dependencies": {},
"dependencies": {
"express-http-proxy": "^1.6.2"
},
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.1.1",
"@tsconfig/node12": "^1.0.7",
"@types/express": "^4.17.11",
"@types/express-http-proxy": "^1.6.1",
"@types/node": "^14.14.37",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^4.21.0",