1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-07 08:55:57 +00:00

A year after, it was time to update benchmarks, .NET Core had many performance improvements over the last year, good job Microsoft's Net Core team and the Open source community

Former-commit-id: 4f04c1a0322520ccd45f56138e8db273c8519e07
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-10-22 13:52:31 +03:00
parent 5849c77178
commit 7c5f7f42cf
43 changed files with 402 additions and 453 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "expressjs-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "app.js",
"scripts": {
@@ -9,7 +9,7 @@
"author": "Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>",
"license": "ISC",
"dependencies": {
"express": "^4.16.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"session-memory-store": "^0.2.2",
"throng": "4.0.0"