Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1022 Bytes

File metadata and controls

22 lines (14 loc) · 1022 Bytes

Wo - Modern HTTP Web Framework for Go

Go Reference Go Report Card codecov License

Wo is a modern, high-performance HTTP web framework built with Go 1.25+ generics. It features a type-safe routing system with comprehensive middleware support, event-driven request processing, and a clean, expressive API.

Installation

go get github.com/gowool/wo

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Portions of this codebase are inspired by and copied from PocketBase under the MIT License.