mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
add third-party source benchmark results for proof of what we already knew
Former-commit-id: 52110ac4ec556ff88cae703ad988a3c48c7aef23
This commit is contained in:
27
README.md
27
README.md
@@ -22,17 +22,6 @@ $ go get -u github.com/kataras/iris
|
||||
|
||||
Iris takes advantage of the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature. You get truly reproducible builds, as this method guards against upstream renames and deletes.
|
||||
|
||||
[](_benchmarks/README.md)
|
||||
|
||||
_Updated at: [Monday, 22 October 2018](_benchmarks/README.md)_
|
||||
|
||||
<details>
|
||||
<summary>Benchmarks from third-party source over the rest web frameworks</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Known issues for code editors and IDEs at general</summary>
|
||||
|
||||
@@ -52,6 +41,22 @@ import (
|
||||
|
||||
</details>
|
||||
|
||||
## Benchmarks
|
||||
|
||||
### Iris vs .NET Core vs Expressjs
|
||||
|
||||
[](_benchmarks/README.md)
|
||||
|
||||
_Updated at: [Monday, 22 October 2018](_benchmarks/README.md)_
|
||||
|
||||
### Iris vs the rest Go web frameworks and routers vs any other alternative
|
||||
|
||||
[](https://github.com/the-benchmarker/web-frameworks#full-table)
|
||||
|
||||
As shown in the benchmarks (from a [third-party source](https://github.com/the-benchmarker)), Iris is the fastest open-source Go web framework in the planet. The net/http 100% compatible router [muxie](https://github.com/kataras/muxie) I've created some weeks ago is also trending there with amazing results, fastest net/http router ever created as well. View the results at:
|
||||
|
||||
https://github.com/the-benchmarker/web-frameworks#full-table
|
||||
|
||||
## Philosophy
|
||||
|
||||
The Iris philosophy is to provide robust tooling for HTTP, making it a great solution for single page applications, web sites, hybrids, or public HTTP APIs. Keep note that, so far, iris is the fastest web framework ever created in terms of performance.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Reference in New Issue
Block a user