Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kataras/iris

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
https://github.com/kataras/iris

add layouts to the _examples/view/embedding-templates-into-app

Former-commit-id: 15085969eb5cad90022b249782e0620d4f5d267a

a9ac0aee2ff85072a948749205fd08d10114120b authored over 7 years ago
Update README.md

Former-commit-id: 79f2afdda02ca9e227ada5c1b78c34ead20fbc88

6d94a51d3dc1fdb579b365f4dfc717c736f55287 authored over 7 years ago
Nothing in codebase, just some MVC examples enhancements

Former-commit-id: 81f1121da0e7632ef3a0f7b78d6784ee1690eb7e

13975a5d81b9805501f10102a9306378553bf339 authored over 7 years ago
Update the _examples/mvc/login example - add a Path property at `mvc.Response` and add a `context.Proceed` helper function

Former-commit-id: b898901fe4a324e888a6e09c93530cf7a551cf2a

32d14db46dd000ac976c0be14b7d50b5a7388112 authored over 7 years ago
Update to version 8.5.2 | Read HISTORY.md: https://github.com/kataras/iris/blob/master/HISTORY.md#th-12-october-2017--v852

https://github.com/kataras/iris/blob/master/HISTORY.md#th-12-october-2017--v852

Former-commit-i...

b0f8329768c789fd9c7c020fdc96c8ede3526772 authored over 7 years ago
Merge pull request #783 from jerson/patch-1

Fixed fireOnLeave when connection is already closed

Former-commit-id: 6af5403ac3adceed1017f886a...

92bb47803fe8e701f0b27bd834eaf8bbef0b3a7d authored over 7 years ago
Fixed fireOnLeave when connection is already closed

Former-commit-id: 664afda8f052b9c7596f82d66cc4faeb6e09148d

9da7bdb27de6a2368a48fc0c245b83c1e35587de authored over 7 years ago
add some minor comments for the view/django's origin type getters pushed by https://github.com/kataras/iris/pull/765

Former-commit-id: 2d406337901d5d22636490bd8de3939a33cee882

501c9d18d908831fc793d13ad348afa48db9231d authored over 7 years ago
vendor the sessions/sessiondb/badger database

// The Iris' vendored badger it's self-vendored as well.
// Why?
// Because they were chan...

be03f915bbd7094195b9172fe6f0e424e79e4ad9 authored over 7 years ago
fix badger session db can't built, they changed their api 3 hours ago: https://github.com/dgraph-io/badger/pull/261

This is the last time I update this session database, if they change their API again iris will v...

99c18f5a8677e7f04db7c0dd454c31d3a91e7f32 authored over 7 years ago
Update to version 8.5.1. It contains a minor fix. Read HISTORY.md

https://github.com/kataras/iris/blob/master/HISTORY.md#tu-10-october-2017--v851

Former-commit-i...

de3fc8ae4676c107eb626b4767656961b5585118 authored over 7 years ago
Minor changes. The important: v8.5.0 released, read https://github.com/kataras/iris/blob/master/HISTORY.md#mo-09-october-2017--v850

Former-commit-id: d79204bb6ff8e495378637481e022b014d7f7bed

713e5c3362af2fd0bc220430cbc7b616e3015a0d authored over 7 years ago
minor https://github.com/kataras/iris#quick-mvc-tutorial-3

Former-commit-id: 0f0667f7e460dc241f3a8fcca50cc6caf228d081

7ab607aab26f585ede26fa20d4210b02860ba1d7 authored over 7 years ago
Enhance the MVC "using-method-result" example. Prev: update to version 8.5.0

Prev Commit: https://github.com/kataras/iris/commit/49ee8f2d75764c51cbbfebbd4145e02e97f9b831 [fo...

82b5a1d4ed3ee7b51a48120465caef3010c7893a authored over 7 years ago
Update to version 8.5.0 | NEW: MVC Output Result | Read HISTORY.md

Former-commit-id: 6a3579f2500fc715d7dc606478960946dcade61d

49ee8f2d75764c51cbbfebbd4145e02e97f9b831 authored over 7 years ago
Update to version 8.4.5 | Read https://github.com/kataras/iris/blob/master/HISTORY.md#fr-06-october-2017--v845 User Experience Report: https://docs.google.com/forms/d/e/1FAIpQLSdCxZXPANg_xHWil4kVAdhmh7EBBHQZ_4_xSZVDL-oCC_z5pA/viewform?usp=sf_link

Former-commit-id: abc2dc12c58a8160eee05b3140b9f32a1f77a2c5

fda35cbdb55a59b97de2fb33ae1b09b47dc422a5 authored over 7 years ago
Update to version 8.4.5 | Read https://github.com/kataras/iris/blob/master/HISTORY.md#fr-06-october-2017--v845 for more.

Former-commit-id: 4e30bf6a74acb7d463c7fcf1e9e08ca3147117a7

e5600fcf0d7bcd4ec7b81254524ee1a8acc0da65 authored over 7 years ago
Update sessions/sessiondb/badger to its latest version and SessionController is able to initialize itself if session manager is not provided by the caller-dev.

Changes:

Update the badger database using transactions, as supported from yesterday via: https:...

4fb78bbcd9532a20631ea74d8b5ebe3ba17eaed1 authored over 7 years ago
Merge pull request #779 from ZaniaDeveloper/fixup-useglobal-order

Fixup #778: UseGlobal call order

Former-commit-id: 96458bcbe02df44c9ecd14440f4a292c6d9e002e

6925ed9b33c9e3e68ea6e9b20cca8d6e922f0fa2 authored over 7 years ago
Fixup #778

UseGlobal call order.

Former-commit-id: 293b37e6071e55aaa6c39bf12db9aed5c453c235

0d339ce91e1fb679d4ed02308d63fc8a1317a105 authored over 7 years ago
Fix _examples/mvc/login/user/controller.go redirection from POST: /user/register to GET: /user/me as reported at https://github.com/kataras/iris/issues/777

Former-commit-id: f26d36dfcb21fae7d3ce9b92fa97611dbc15802d

b2a24d36e806b67c30594f43b2d3c715ca75c5b0 authored over 7 years ago
Bet that many of you didn't know that Iris could handle regexp-based path parameters with ease :)

Former-commit-id: d2c5564cfb99fbea5d90106be0c6d5c505d293ab

f780159afec9513a5f451e8f8d6c959c670b7b85 authored over 7 years ago
https://docs.google.com/forms/d/e/1FAIpQLSdCxZXPANg_xHWil4kVAdhmh7EBBHQZ_4_xSZVDL-oCC_z5pA/viewform?usp=sf_link Submit your experience with Iris, today

Former-commit-id: 51f802637e5eae8d52b5b7c79c4dad0ebbe845c6

efa3c8557a874947c1815516b577a567b20d4c8d authored over 7 years ago
Submit your Experience with Iris now: https://goo.gl/forms/vKMsg4bjHO09kGwb

Former-commit-id: 4bc56671143b19a820b893e173746d6bac6126ba

12e9e7397a57f9e90e9799959a02446286225371 authored over 7 years ago
Merge pull request #774 from codehakase/patch-1

Update doc.go

Former-commit-id: ea459154bfc2861548390990bebf77ad866df0fe

f6ca34dc29f4d76f66b35e9df4fd3230eac66c49 authored over 7 years ago
Update doc.go

Former-commit-id: 3b274fb568da4ece8cc38bba4ee3c78ccb9282dc

4a6fc6edbe3b9944f563f3d5bc1890e3cb769a74 authored over 7 years ago
Add two more just-published articles at README.md > Blogs

Former-commit-id: ecf7a03013f6c2bd3025a19688b7fd3ce9df7ae7

8410b12436c3f842d9a203c20969530ee241034e authored over 7 years ago
_examples/tutorial/dropzonejs. Stay tuned for two-parts article series on https://medium.com/@kataras and https://dev.to/@kataras

tried to fix `README_NEXT.MD` to `README_NEXT.md` but suffix is not recognised by git so rename ...

20134114001c529ea474bcd6ffc3988fb87266e0 authored over 7 years ago
Add tutorial for DropzoneJS. Stay tuned for two-parts article series on https://medium.com/@kataras and https://dev.to/@kataras

Former-commit-id: 2aac5c1f5a5b5a7039a7a5fad3312a49e9311ddd

000d1b000d94876ac653af9e4488ec3642162af1 authored over 7 years ago
fix https://github.com/kataras/iris/issues/772

Former-commit-id: 37fb93250c2ed48fcadb550d1444c77e4a89bce8

c6a3b475730b66503a3901ab0c5ab8e4689bdaaa authored over 7 years ago
Add a link for the iris-starter-kit: Isomorphic react/hot reloadable/redux/css-modules starter kit

Former-commit-id: bcb96b645b7a99629408d744b204ebb938c47281

bd8721000a96b780f79ca05f075d3026c7320805 authored over 7 years ago
Add support for multi http methods route registration at the `.HandleMany`

Former-commit-id: 6aa2c3027d64dac31a1cf84d782a3c63ad7b2fb0

e066771207297be12998868874f110c6a4178d99 authored over 7 years ago
A tiny improvement to the `context.ServeFile`

Former-commit-id: e9eaa1f51c08ec74cbc17c7cd3f62d557faf23a0

4ff05717856aef36c90677eec0f290ab31d15995 authored over 7 years ago
Add a third, simple, example for folder structuring as requested at https://github.com/kataras/iris/issues/748

One change to code base but it will be described at the next version:

Error Handlers (`app.OnEr...

38c62410551229cd0f4b0c19375237e637cec3e7 authored over 7 years ago
Update to version 8.4.4 | Read https://github.com/kataras/iris/blob/master/HISTORY.md#su-01-october-2017--v844

Former-commit-id: 8c339fc59ade04ad35bc108c817c4d4c30dbca33

ba63031871c886cf385fcb42a0557572545928a0 authored over 7 years ago
fix https://github.com/kataras/iris/issues/762

Former-commit-id: 13d1a274518ed6b2fdfa9fefd02021b0ebc3071f

3e6ec4d4414301d8b0c640bb032ea1ddbdaad649 authored over 7 years ago
Add two examples for folder structuring as requested at https://github.com/kataras/iris/issues/748

Former-commit-id: 27c97d005d9cbd2309587b11fc9e2bab85870502

cf1e580cde72b9aded231f21cf3ef73b3224fa08 authored over 7 years ago
fix https://github.com/kataras/iris/issues/771

Former-commit-id: 5659b6ca274bb51d7de0d079b0e87c0c513540a6

7989a2fd72604a22b6e513a8d2bd7f9d96669a4d authored over 7 years ago
Add expressjs benchmarks similar to iris and netcore but MVC

Former-commit-id: 0f56ebf040514ee332b6b4a13ecc02ce6cd339c7

20e2dd694f0dea65d5d235f7c7a1fd9aff94c6d7 authored over 7 years ago
Upgrade the donation link to https://www.paypal.me/kataras

Former-commit-id: 9dbb03cd4ab2e9153cf34c2b37c6148d5a4379de

3dc0604376fd4614a72927924c4556d4fd1f71b2 authored over 7 years ago
Improve memstore's GetBoolDefault

Former-commit-id: db47fcf76eaf09ea9d63bae2623c61a1af435c39

bff09c1a93d6777ea58b50aabcbc53af1d131193 authored over 7 years ago
Add nil checks for memstore's GetInt, GetInt64, GetFloat64, GetBool and remove the golang/net/context's interface completion from Context

Former-commit-id: f79940acf96d44df5bae8eaaaf20086fdc5e251e

1a57504431d2507cee2df1b90c5de7325c5af908 authored over 7 years ago
Update to version 8.4.3 https://github.com/kataras/iris/blob/master/HISTORY.md#we-27-september-2017--v843 and Update README.md

Former-commit-id: 1774927a71b0570c9f887e298562f602b8ed1309

95fe7c28535ac11f4b44d5d039d008b43ba7cb7a authored over 7 years ago
Earlier: Update to version 8.4.3 - Minor change: move the type aliases section to the FAQ file, one place.

https://github.com/kataras/iris/blob/master/HISTORY.md#we-27-september-2017--v843

Former-commit...

1b1ec0ab4ca08f4fb8ecdcd5eb209a2a436aea5a authored over 7 years ago
Update to version 8.4.3

Former-commit-id: ca3e87f77855424f1d50fa871741dac53375cb63

7d3e2ae290a05c4952631c12a83d34685545e2bc authored over 7 years ago
add a second type aliases section at README for new gophers :ab:

Former-commit-id: 3e2abd4e0b322021f3a22db4dcdccc61fc76f15d

4bb230d9abf5d2d23d28b498ae22b4300a05f029 authored over 7 years ago
Implement "badger" kv store back-end for sessions

Former-commit-id: b9d85467238b5611d177b2b95ac9815cf5f8fe83

88b2343bd922af5a1688125a20b9efb3da2295a3 authored over 7 years ago
Merge pull request #765 from balthild/master

Get pongo2's origin data type

Former-commit-id: b841ff867d208cdcfdfaf6d9b99d88b0383f832b

c311e1e66478206c08937a8ab6e57946121691f7 authored over 7 years ago
Get pongo2's origin data type

Former-commit-id: 221a3d1e3af0088db86da7b2e3d9f20009cce785

8c974bfe52af48d4d144e5762a3cbc974cab816a authored over 7 years ago
MVC: Add support for `ByBy` as requested https://github.com/kataras/iris/issues/751

Former-commit-id: 78c2453c56000c2268e11e68d7b530251e2beedd

ab8235d39896a7383c1bf74705472f5a00eb9435 authored over 7 years ago
fix https://github.com/kataras/iris/issues/760 and deeper

Former-commit-id: 65e8848933386f1d3253b560bbd160079bf4d876

ff8f96d56d00da1e69ad647004293aba04b2f947 authored over 7 years ago
fix url host is empty when !edge on sessions subdomains persistence

Former-commit-id: 335a4f252e387d939b2cf9311e3acc8b35a41ce9

9ff124d39fbfb4240bbb2c40d3a1ad2c4adafdc5 authored over 7 years ago
Merge pull request #758 from itcrow/master

Fix issue #757

Former-commit-id: d3734c3acd128aef717506258bab0b1d7ac501ef

e3563cff59906c9e7ec1b2138b505df04724ca9e authored over 7 years ago
Merge pull request #1 from itcrow/itcrow-patch-1

Fix issue #757

Former-commit-id: 3addc5b8f3d937785a0396ee49ba56bc94e11f00

422306c6c524669233eb3b38cac4210b0fd1b806 authored over 7 years ago
Fix issue #757

Fix not correct host in "Now listening on:" message when using iris.Listener

Former-commit-id: ...

8de1a9d4a266968b6d19fd0b059aa92d3ba3737c authored over 7 years ago
Add "release" badge at README.md

Former-commit-id: 0344c998a68284bb0310da4b0131fdc1aec7c64a

99c6d3546ec0dfbba5764f6e3b4a6474cfaea48e authored over 7 years ago
Update README.md->Table of contents -> Blogs

Former-commit-id: b74f2223ac2818973169ea2f689cf0729720b4a1

d4721948ff9a0670603e4a9859d6af039c1668dd authored over 7 years ago
Update to Version 8.4.2 | Read HISTORY.md

https://github.com/kataras/iris/blob/master/HISTORY.md#fr-15-september-2017--v842

Former-commit...

69b5327ecc02ca938c3fc86a5c4cf8e61fcf0ec2 authored over 7 years ago
Merge pull request #744 from sunshinekitty/patch

Update for formBinder repo rename

Former-commit-id: 99d127932db6f4fe2d465f00c5173a0ada0341af

1c512619c7413cae8b68cea307d313abe44a72c2 authored over 7 years ago
Update for formBinder repo rename

Former-commit-id: a996a9fe9f65099f3511beea207ba29f69879f64

cfdff2a9628e8d663ce1682cc3b57669ee4cebc0 authored over 7 years ago
fix https://github.com/kataras/iris/issues/737 fix https://github.com/kataras/iris/issues/740

Former-commit-id: e760aa67d8750bfdd15fc84e2dedeb591c204ba9

89f79799d12fd537152ad6d797baf5b6aaf6664a authored over 7 years ago
fix misspells :ab:, previous commit: update to version 8.4.1 https://github.com/kataras/iris/commit/8a9a498316cc2e8816c7c99339be46317e41e6e8 [formerly 9e5f0a08049b83605aa847b8f51fb856427354a6]

Former-commit-id: d0f8c8018c14acc3b425b56c466f78a7b8e6fd84

f23e21f74796650638ce8845ceb3b86be10ffa85 authored over 7 years ago
update to version 8.4.1 :heart: https://github.com/kataras/iris/blob/master/HISTORY.md#th-07-september-2017--v841

Former-commit-id: 9e5f0a08049b83605aa847b8f51fb856427354a6

8a9a498316cc2e8816c7c99339be46317e41e6e8 authored over 7 years ago
add h2 header manually for pre-go 1.9 users when manually key files are being used

Former-commit-id: edf521fc02de87b53cd3bdf0b8e77610dd535862

fcfc65a7bc4fba0b8a297a80494a793e08dd4573 authored over 7 years ago
add learning section at faq, although is easy to be found

Former-commit-id: f6cc690bcf178dea8b492366124860bfe427a92f

bd779117fecfc4837e116b4a297ad0ac6205b666 authored over 7 years ago
add the new param:long into the docs

Former-commit-id: a4189660ad6228b5d3e118ef0f03a52972ac03ad

59a61e59302c463c53af06069bd29afdf5218124 authored over 7 years ago
example for automated apidoc tool named "yaag" :+1:

Former-commit-id: 1afed4ac2913b5f135e44992cf060e44694ceacb

f68e547fb61ee7fe598deddbac1a4338cd89eb5a authored over 7 years ago
add content type and response text to the Controller :100:

Former-commit-id: 99cde0a445027b10839155501a7918732a783af3

d7ec0d44165086fdb95104559e1aac49263ff6a4 authored over 7 years ago
Add more details for new contributors to the greater community.

Former-commit-id: ad21dc28b3d33251e7fe27ee014580ff7343b172

fe94840929c164235b5ce324920cf71140d955d2 authored over 7 years ago
Give some instructions for new contributors

Former-commit-id: 89caf418f5ce80c7c5bad637858b75e01186f1a8

426d60055f63b40fe7fa4870b46d3dc1b9df5707 authored over 7 years ago
add the gopkg.lock file in order to resolve other tool's problem... https://github.com/kataras/iris/issues/731

Former-commit-id: aeb62be9050362c5cbd9ca645b91a66a925b2246

5ebaf3f9bc9043a5b3019842e01e855d236121c7 authored over 7 years ago
add iris-contrib/form-binder instead of formam to keep things working

Former-commit-id: 14cdd9ae21975e72d14f2dfd28a81094fc5cb8ef

a8b7e90bdf7cf798b3151d35b5ed03b39c904c9c authored over 7 years ago
create a gopkg.toml manually in order to resolve https://github.com/kataras/iris/issues/731

Former-commit-id: c9ad41b73ff0338429fe69cd083a1daf684c8e40

f5d62a6a182f51f3dfb16768acf8904929be743d authored over 7 years ago
Code of Conduct

Former-commit-id: 50c6517b8505fbd5fa91a84e376b63e055301bc2

b6ce8ecdad5ffbc09d88389baec1258a6f3902b5 authored over 7 years ago
Code of Conduct

Former-commit-id: 0b9876c5ec7a925fe5e319973e61525586830aad

8b5bc191f019cb3735917453afba7e975df6a7f8 authored over 7 years ago
Add a simple Caddy+Iris tutorial :+1:

Former-commit-id: 8761afce72aa35b91c9b5a958f1cafc027aabddd

674622f8147fb61528c84cb153e7bfc6b23740ec authored over 7 years ago
Fan of the MVC Architectural Pattern?

Former-commit-id: c6e425e8a4b150ea78456b2db88367093c164a38

e2600450f7ad45b9332b30377f54355875b8a8a4 authored over 7 years ago
8.4.0 | New MVC Features | Refactor examples and godoc for go 1.9 use. Read HISTORY.md.

Former-commit-id: 90c05e743052bc3722e7fefaa0cbb0ed5153a1fb

42b123975ca3ecf0ffa38d793e883c578ceaa59e authored over 7 years ago
Upgrade the markdown parser vendor. Prev Commit: Update to v8.4.4, new mvc features. Read HISTORY.md.

Former-commit-id: 194b8fb1ba68a046e0e89a42a3e79b2cd319f14b

a2de506f80d912e1cf34f84fc4cf5236a2cec56b authored over 7 years ago
Update to 8.4.0 | New macro type, new high-optimized MVC features. Read HISTORY.md

Former-commit-id: b72a23ba063be60a9750c8b1b0df024b0c8ed549

591806795e596f96c2fb6dcc2b5ff77aea9d5e25 authored over 7 years ago
Nothing in codebase, yet, just change the uri scheme for our website.

Former-commit-id: 0d21b1b665c40afff7a8db56f3c270963ba646a5

86025173717bdc5258949e1969f9157a7dc3128e authored over 7 years ago
Update `iris.AutoTLS` example, read description.

Iris devs should declare all the information now, there is no option to "leave something out" an...

9232b96188407fda25c061d05fb0eadd1848676c authored over 7 years ago
Happy weekend! Due the latest news we have a single change for your own safety. `iris.AutoTLS` users should pass all the necessary information now, these are the recommended by letsencrypt.

Iris devs should declare all the information now, there is no option to "leave something out" an...

f7b655f145b011e758cf06fb8adef871d9c18fde authored over 7 years ago
Happy weekend! Due the latest news we have a single change for your own safety. `iris.AutoTLS` users should pass all the necessary information now, these are the recommended by letsencrypt.

Iris devs should declare all the information now, there is no option to "leave something out" an...

83fbef2d2f44653955fda2ca63c418b9cb92b010 authored over 7 years ago
Merge branch 'master' of https://github.com/kataras/iris

Former-commit-id: 3df416dfe760da549213e21a492e8abbde03a1f4

878acec00380426285b4bcabb62517b652d240fe authored over 7 years ago
fix some typos

Former-commit-id: 338c7421e2cd49f558cf09d194fe42c4db701be1

8f7b5752f80b6414e5debe646e5adea1b06803e2 authored over 7 years ago
Fix some typos and grammar errors

Former-commit-id: 513544ca8bec4bcccc6877ae9db5ec2d5e07c380

d7ddbc1f3160a648f6004aae5f8aa5f1b22cfd00 authored over 7 years ago
Add a TODO on the latest HISTORY.md entry

Also disable version updater on Iris benchmark source code files. It may runs ever faster than b...

5ffc7911cd903926c269d816e7a90a25ad7003fa authored over 7 years ago
Fix some typos and grammar errors

Former-commit-id: d0229efa01ee40b72f7033f5627944247b211aee

5c6a3b5c880357fcbd173eef1ba86b645cb1bd41 authored over 7 years ago
Format HISTORY.md entry for v8.3.4

Former-commit-id: e1f88cc2a0eb42034dd537ef2c16b8dda39b0a74

13036613d9f21c538d102d96032e4601d6e4c7c1 authored over 7 years ago
Push v8.3.4 | Read HISTORY.md

Former-commit-id: e660dd91a4aae6d58c823f89cca733f02256c819

91bad4b82bb247f7589d68618afe6ffa030fa904 authored over 7 years ago
Give read access to the current route, a feature that many of you asked for

Former-commit-id: 39295ac1331ee08d3047c84f5c8ea152bce96781

8b3c44b0a3f3e9310b4358247388897c8e9fbbe4 authored over 7 years ago
add a nested parties and wildcard subdomains test

Former-commit-id: c2faa1bd02935ef13c32027f99c097b5c60babef

8b5b6b116a1fc8ab1cd19f70799c7999ef031255 authored over 7 years ago
Merge pull request #727 from sy264115809/master

Former-commit-id: dc06c8311210af0cf5b9ebab92a5eea61c038bbd

531ca5829c7f54f924ec182c36d07330407ed11c authored over 7 years ago
bugfix: trim relative slash incorrectly in apiBuilder.Party

Former-commit-id: 9c41facfe3b99138e80de6f12f6fea191e53cf60

e466765842d21a185f67bfb1a3a02a7a820bc3ec authored over 7 years ago
Update to 8.3.3 | Even better MVC. Read HISTORY.md

Former-commit-id: 88998c317117abff1a214cf396b205d8d8ea888c

1ffe4479f71cab63cbb4307bfc6ace87f839e979 authored over 7 years ago
Update to 8.3.2 | Read HISTORY.md file

Former-commit-id: e6ab761989d596cb004c39e65e04e8968d9461ab

e12513a5349a1187ef921a5ad70f1df3362886dd authored over 7 years ago
Nothing in code | give a link to the just-published the new benchmarking article

Former-commit-id: 03b7ac158138ee9a56afc2969c59f789c8ce5792

33e651866e9543e0070bf7168e3ed37d75dbf76a authored over 7 years ago
Fix https://github.com/kataras/iris/issues/726

My second mistake on redis session db because I'm not personally use redis, so I'm waiting for r...

3ec5ff58c92edad4751822a48a310bf19dcc00c1 authored over 7 years ago
Kestrel vs Iris new benchmarks, as you asked for :+1:

Former-commit-id: d8979e55679bbb586dd79a81a43e1c29082ad9c2

40f79c1f19e4993f9631c166274613eb52387ec6 authored over 7 years ago