feat: Replace express with native http module

* refactor: replace express with native http module

* fix: 404 when unhandled

* chore: removed express dependency

* chore: updated package-lock.json

* docs: added documentation for BaseHttpServerFactory

* chore: updated package-lock.json

Co-authored-by: Arthur Joppart <arthur@digita.ai>
This commit is contained in:
Stijn Taelemans
2021-02-11 10:15:40 +01:00
committed by GitHub
parent 0ffd332828
commit ce1f4300ff
9 changed files with 90 additions and 400 deletions

View File

@@ -80,7 +80,6 @@
"@types/async-lock": "^1.1.2",
"@types/cors": "^2.8.9",
"@types/end-of-stream": "^1.4.0",
"@types/express": "^4.17.6",
"@types/mime-types": "^2.1.0",
"@types/n3": "^1.4.4",
"@types/node": "^14.10.2",
@@ -97,7 +96,6 @@
"cors": "^2.8.5",
"end-of-stream": "^1.4.4",
"escape-string-regexp": "^4.0.0",
"express": "^4.17.1",
"fetch-sparql-endpoint": "^1.8.0",
"handlebars": "^4.7.6",
"mime-types": "^2.1.27",