Wisp is a lightweight and high-performance web framework for Go, built on top of httprouter. It focuses on minimalism, fast routing, and giving developers full control without the clutter.

Timo Riegebauer 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa
.gitignore 4b8118705c Initial commit 2 settimane fa
LICENSE 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa
README.md 4b8118705c Initial commit 2 settimane fa
context.go 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa
go.mod 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa
go.sum 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa
group.go 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa
types.go 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa
wisp.go 667c0e3bb1 go-wisp: v0.0.1 2 settimane fa

README.md

go-wisp

Wisp is a lightweight and high-performance web framework for Go, built on top of httprouter. It focuses on minimalism, fast routing, and giving developers full control without the clutter.