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 il y a 2 semaines
.gitignore 4b8118705c Initial commit il y a 2 semaines
LICENSE 667c0e3bb1 go-wisp: v0.0.1 il y a 2 semaines
README.md 4b8118705c Initial commit il y a 2 semaines
context.go 667c0e3bb1 go-wisp: v0.0.1 il y a 2 semaines
go.mod 667c0e3bb1 go-wisp: v0.0.1 il y a 2 semaines
go.sum 667c0e3bb1 go-wisp: v0.0.1 il y a 2 semaines
group.go 667c0e3bb1 go-wisp: v0.0.1 il y a 2 semaines
types.go 667c0e3bb1 go-wisp: v0.0.1 il y a 2 semaines
wisp.go 667c0e3bb1 go-wisp: v0.0.1 il y a 2 semaines

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.