Goji is a minimalistic web framework (in Go) that values composability and simplicity.
Goji is a minimalistic web framework (in go) that values composability and simplicity.
Features
- Compatible with
net/http
- URL patterns (both Sinatra style /foo/:bar patterns and regular expressions, as well as custom patterns)
- Reconfigurable middleware stack
- Context/environment object threaded through middleware and handlers
- Automatic support for Einhorn, systemd, and more
- Graceful shutdown, and zero-downtime graceful reload when combined with Einhorn.
- Ruby on Rails / jQuery style parameter parsing
Links