Skip to content
/ echo Public
forked from labstack/echo

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

License

Notifications You must be signed in to change notification settings

usk81/echo

 
 

Repository files navigation

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).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • HTML 1.9%