-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Thanatat Tamtan edited this page Jun 9, 2026
·
11 revisions
Welcome to the Hime wiki!
Hime is pronounced 姫 (ひめ, hi me) in Japanese.
Hime is a "bring your own handler" Go web framework.
Aim to increase productivity for developing MPA (Multiple-Page Application).
- Add standards to code
- Compatible with net/http routers
- Compatible with http.Handler
- Compatible with net/http middlewares
- Use standard html/template for views
- Built-in core functions for building web servers
- Reduce developer bugs
Hime DOES NOT aim to be the fastest web framework.
Hime tries to reduce developer errors; some errors can be detected during development. Hime will panic for that type of errors.
See Getting Started to start using Hime