-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vishal Rana <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# [Echo v3] (https://echo.labstack.com) [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/echo) [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [![Build Status](http://img.shields.io/travis/labstack/echo.svg?style=flat-square)](https://travis-ci.org/labstack/echo) [![Coverage Status](http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square)](https://coveralls.io/r/labstack/echo) [![Join the chat at https://gitter.im/labstack/echo](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat-square)](https://gitter.im/labstack/echo) [![Twitter](https://img.shields.io/badge/[email protected]?style=flat-square)](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 | ||
|
||
![Performance](http://i.imgur.com/F2V7TfO.png) | ||
|
||
## Quick Start | ||
|