v0.1.0
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
🎯