package
0.0.0-20220127180550-f040671f88a0
Repository: https://github.com/cagnosolutions/go-web-ddd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

webapp

webapp is a lightweight, yet fully featured full stack web framework

webapp contains the following "modules" available through the WebApp:

  • templates which provides a template engine and handles caching
  • sessions which handles authentication and session management
  • logger which handles leveled http logging and metrics
  • servemux which provides a http request multiplexer
  • middleware which provides http middleware options and helpers
  • httperror which provides some default http error handling options

Everything in the webapp package was designed to fit together nicely, while still remaining small and easy to use.

We tried to keep as many things standard library compatible as we could. Anything that is not standard library compatible will be listed below:

  • NA