-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Thanatat Tamtan edited this page Aug 21, 2018
·
10 revisions
Welcome to the Hime wiki!
Hime pronounce as 姫 (ひめ, hi me) in Japanese.
Hime is a "bring your own handler" Go web framework.
Aim to increase productivity for developing MPA (Multiple-Page Application website).
- Add standard to code
- Compatible with net/http compatible router
- Compatible with http.Handler
- Compatible with net/http middlewares
- Use standard html/template for views
- Built-in core functions for build web server
- Reduce developer bugs
Hime DO NOT aim to be the fastest web framework.
Hime try to reduce developer errors, some error can detect while development. Hime will panic for that type of errors.
See Getting Started for start using Hime