File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# [ 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 )
2
2
3
- ## Fast and unfancy HTTP server framework for Go (Golang).
3
+ ### Fast and unfancy HTTP server framework for Go (Golang).
4
4
5
5
## Feature Overview
6
6
16
16
- Template rendering with any template engine
17
17
- Define your format for the logger
18
18
- Highly customizable
19
+ - Automatic TLS via Let’s Encrypt
20
+ - Built-in graceful shutdown
19
21
20
22
## Performance
21
23
22
- - Environment:
23
- - Go 1.6
24
- - wrk 4.0.0
25
- - 2 GB, 2 Core (DigitalOcean)
26
- - Test Suite: https://github.com/vishr/web-framework-benchmark
27
- - Date: 4/4/2016
28
-
29
24
![ Performance] ( http://i.imgur.com/F2V7TfO.png )
30
25
31
26
## Quick Start
You can’t perform that action at this time.
0 commit comments