Skip to content
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).

Core focus

  • 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.

Why some functions use panic

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

Example Projects