Skip to content

Commit 74ccda6

Browse files
committed
updated readme
Signed-off-by: Vishal Rana <[email protected]>
1 parent d832efd commit 74ccda6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [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)
22

3-
## Fast and unfancy HTTP server framework for Go (Golang).
3+
### Fast and unfancy HTTP server framework for Go (Golang).
44

55
## Feature Overview
66

@@ -16,16 +16,11 @@
1616
- Template rendering with any template engine
1717
- Define your format for the logger
1818
- Highly customizable
19+
- Automatic TLS via Let’s Encrypt
20+
- Built-in graceful shutdown
1921

2022
## Performance
2123

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-
2924
![Performance](http://i.imgur.com/F2V7TfO.png)
3025

3126
## Quick Start

0 commit comments

Comments
 (0)