1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-01 22:09:21 +02:00

Update index.md

This commit is contained in:
Vishal Rana 2015-05-21 09:11:41 -07:00
parent 631b0c8bb8
commit 3fcf7a470d

View File

@ -30,6 +30,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.
- Built-in support for WebSocket.
- Centralized HTTP error handling.
- Use a customized function to bind HTTP request body to a Go type.
- Register a view render so you can use any HTML template engine.