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:
14
_benchmarks/expressjs/package.json
Normal file
14
_benchmarks/expressjs/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user