Golang echo

From wikinotes
Revision as of 18:14, 3 July 2023 by Will (talk | contribs)

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

  • middleware
  • routing
  • templtaes
  • jwt

Documentation

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