/zion

Experimental Go web framework

Primary LanguageGoApache License 2.0Apache-2.0

zion

Zion is an experimental web framework build on top of Go's net/http package

Current features

  • Custom router with named parameters and wildcards, eg: /home/:userID/files/*filepath
  • Middleware system
  • Built in panic recovery
  • Security middleware