Skip to content

A lightweight, high performance micro web framework.

License

Notifications You must be signed in to change notification settings

emirmuminoglu/emir

Repository files navigation

emir

Build Status Go Report Card codecov Go Reference

A lightweight, high performance micro web framework.

It's based on FastHTTP and inspired by atreugo and echo.

Feature Overview

  • Based on fasthttp/router.
  • It's based on FastHTTP. It's faster up to 10 times faster than net/http.
  • Uses uber/zap.
  • Path parameters.
  • Multiple handlers to single route.
  • Before and after middlewares to a router or to a specific route.
  • Define an error handler to a router or to a specific route.
  • Data binding for JSON, XML, form and query payload.
  • Customizable Request Context.
  • Common HTTP responses like JSON, HTML, plain text.

About

A lightweight, high performance micro web framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published