github.com/iaconlabs/transwarp/adapter/muxadapter

Modern Go middleware bridge. Use Chi/Echo/Gin/Fiber middlewares with standard net/http


License
MIT
Install
go get github.com/iaconlabs/transwarp/adapter/muxadapter

Documentation

Transwarp

Warning

In early development stage. Expect breaking changes

image

Transwarp is a lightweight Go library designed to bridge the gap between standard net/http and popular web frameworks. It allows you to write framework-agnostic handlers and middlewares, giving you the freedom to switch between Gin, Echo, Fiber, or Chi without changing your core business logic.