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
- Host: GitHub
- URL: https://github.com/biningo/lambda
- Owner: biningo
- Created: 2021-03-25T05:34:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T14:53:39.000Z (about 4 years ago)
- Last Synced: 2025-01-26T13:43:46.249Z (4 months ago)
- Topics: golang, lambda, web
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.