YukiInagaki / echo

Fast and unfancy HTTP server framework for Go (Golang).

Home Page:https://echo.labstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast and unfancy HTTP server framework for Go (Golang).

Feature Overview

  • Optimized HTTP router which smartly prioritize routes
  • Build robust and scalable RESTful APIs
  • Group APIs
  • Extensible middleware framework
  • Define middleware at root, group or route level
  • Data binding for JSON, XML and form payload
  • Handy functions to send variety of HTTP responses
  • Centralized HTTP error handling
  • 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

Performance

Support Us

Contribute

Use issues for everything

  • Report issues
  • Discuss on chat before sending a pull request
  • Suggest new features or enhancements
  • Improve/fix documentation

Credits

License

MIT

About

Fast and unfancy HTTP server framework for Go (Golang).

https://echo.labstack.com

License:MIT License


Languages

Language:Go 98.0%Language:HTML 1.9%Language:JavaScript 0.0%