Golang echo: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
Line 5: Line 5:
* templtaes
* templtaes
* jwt
* jwt
* testing
* test helpers


= Documentation =
= Documentation =

Latest revision as of 18:17, 3 July 2023

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/