Skip to content

v0.1.0

Compare
Choose a tag to compare
@saurabh0719 saurabh0719 released this 18 Sep 22:28
· 1 commit to jett-v0.1.0 since this release

Jett is an extremely lightweight micro-framework for building Go HTTP services. 馃殌

$ go get github.com/saurabh0719/jett

Key Features :

  • Build Robust APIs with minimal abstraction!

  • Add middleware at any level - Root, Subrouter or in a specific route!

  • Built-in development server with support for graceful shutdown with timeout and shutdown functions.

  • Highly Flexible & easily customisable with middleware.

  • Helpful Response writers for JSON, XML and Plain Text.

  • Extremely lightweight. Built on top of HttpRouter.

v0.1.0 馃幆