1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-05 03:07:38 +00:00

Add expressjs benchmarks similar to iris and netcore but MVC

Former-commit-id: 0f56ebf040514ee332b6b4a13ecc02ce6cd339c7
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-09-29 15:35:51 +03:00
parent 3dc0604376
commit 20e2dd694f
9 changed files with 883 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "expressjs-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>",
"license": "ISC",
"dependencies": {
"express": "^4.16.0"
}
}