mirror of
https://github.com/labstack/echo.git
synced 2025-12-01 22:51:17 +02:00
11
README.md
11
README.md
@@ -1,6 +1,6 @@
|
||||
# [Echo v3] (https://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo) [](https://twitter.com/labstack)
|
||||
|
||||
## Fast and unfancy HTTP server framework for Go (Golang).
|
||||
### Fast and unfancy HTTP server framework for Go (Golang).
|
||||
|
||||
## Feature Overview
|
||||
|
||||
@@ -16,16 +16,11 @@
|
||||
- Template rendering with any template engine
|
||||
- Define your format for the logger
|
||||
- Highly customizable
|
||||
- Automatic TLS via Let’s Encrypt
|
||||
- Built-in graceful shutdown
|
||||
|
||||
## Performance
|
||||
|
||||
- Environment:
|
||||
- Go 1.6
|
||||
- wrk 4.0.0
|
||||
- 2 GB, 2 Core (DigitalOcean)
|
||||
- Test Suite: https://github.com/vishr/web-framework-benchmark
|
||||
- Date: 4/4/2016
|
||||
|
||||

|
||||
|
||||
## Quick Start
|
||||
|
||||
Reference in New Issue
Block a user