mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +00:00
update benchmarks and use throng on expressjs for better performance-- 21 Nov 2017 with linux ubuntu and latest mainline kernel 4.14
Former-commit-id: 40d27dd7d02f4ead756be090364075a6570ae2cb
This commit is contained in:
17
_benchmarks/expressjs-throng-sessions/package.json
Normal file
17
_benchmarks/expressjs-throng-sessions/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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",
|
||||
"express-session": "^1.15.6",
|
||||
"session-memory-store": "^0.2.2",
|
||||
"throng": "4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user