Skip to content

A collection of all needed middlewares for great developer experience

License

Notifications You must be signed in to change notification settings

gominima/middlewares

Repository files navigation

Middlewares

This is a base stack for minima, for more middlewares you could check Goware or Go-Chi

Credit

All the middlewares here are ported over from Go-Chi's middlewares

⚙️ Setup

go get github.com/gominima/minima

go get github.com/gominima/middlewares

📑 Example

package main

import ("github.com/gominima/minima"
        "github.com/gominima/middleware")

func main() {
	app := minima.New()
        app.UseRaw(middleware.Logger())
	app.Listen(":3000")
}

About

A collection of all needed middlewares for great developer experience

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages