An open API service indexing awesome lists of open source software.

https://github.com/biningo/lambda

lambda is a toy web framework reference: https://github.com/gin-gonic/gin
https://github.com/biningo/lambda

golang lambda web

Last synced: 2 months ago
JSON representation

lambda is a toy web framework reference: https://github.com/gin-gonic/gin

Awesome Lists containing this project

README

        

## Lambda Web Framework
Lambda is a Web framework written in Go. It reference the [Gin](https://github.com/gin-gonic/gin).
Use trie to implement dynamic routing.