Introducing the AppServer -> an abstraction of the webserver

This commit is contained in:
Michael Bykovski
2017-07-21 11:13:38 +02:00
parent 69854c8edb
commit 4d462072bb
5 changed files with 170 additions and 199 deletions
+3 -1
View File
@@ -42,5 +42,7 @@
"scripts": {
"build": "babel src/www/webserver.js --out-file webserver.js"
},
"dependencies": {}
"dependencies": {
"universal-router": "^3.2.0"
}
}