mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
Update README.md
This commit is contained in:
parent
fefbfeb28c
commit
f11e837ca0
@ -2,7 +2,9 @@
|
|||||||
Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
|
Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Zippy router.
|
- Router:
|
||||||
|
- Fast :rocket:
|
||||||
|
- Smartly resolves conflicting routes
|
||||||
- Extensible middleware/handler, supports:
|
- Extensible middleware/handler, supports:
|
||||||
- Middleware
|
- Middleware
|
||||||
- `func(*echo.Context)`
|
- `func(*echo.Context)`
|
||||||
@ -197,3 +199,7 @@ BenchmarkTraffic_GithubAll 200 7540377 ns/op 2664762 B/op 22390 allo
|
|||||||
BenchmarkVulcan_GithubAll 5000 307241 ns/op 19894 B/op 609 allocs/op
|
BenchmarkVulcan_GithubAll 5000 307241 ns/op 19894 B/op 609 allocs/op
|
||||||
BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 allocs/op
|
BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 allocs/op
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Author: Vishal Rana
|
||||||
|
- Consultant: Nitin Rana
|
||||||
|
- Contributors: https://github.com/labstack/echo/graphs/contributors
|
||||||
|
Loading…
Reference in New Issue
Block a user