Golang echo

From wikinotes
Revision as of 18:17, 3 July 2023 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A minimalist web-server (15 deps total incl. nested deps), that is similar to python flask.
Some notable features:

  • middleware
  • routing
  • templtaes
  • jwt
  • test helpers

Documentation

github https://github.com/labstack/echo
official docs https://echo.labstack.com/guide/