Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 313 Bytes

ETT - A Golang Web Framework

ETT means "one" in Swedish, and this is the "first" web framework I learned to implement.

  • Context: encapsulate Request and Respons.
  • Trie Tree: achieve dynamic routing.
  • Route Group Control: achieve group control.
  • Middleware: support middleware.

To be continued...