1
0
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:
Vishal Rana 2015-05-21 09:11:13 -07:00
parent e6b59fd7a3
commit 631b0c8bb8

View File

@ -23,7 +23,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
- Sub routing with groups.
- Handy encoding/decoding functions.
- Serve static files, including index.
- Support for WebSockt.
- Built-in support for WebSocket.
- Centralized HTTP error handling.
- Use a customized function to bind request body to a Go type.
- Register a view render so you can use any HTML template engine.