A lightweight Web Framework written in Go
- A lightweight web framework written in Go language with various functionalities like support for dynamic routing, ability to add custom middle wares, ability to group APIs to define common behaviour.
- To support dynamic routing I used Trie trees structure. This helps to quickly index and query dynamic routes.
- Provides a template rendering mechanism using built-in template engine.