https://github.com/jiujuan/lilac
a simple golang web framework。基于 httprouter 开发
https://github.com/jiujuan/lilac
framework go httprouter web
Last synced: about 1 year ago
JSON representation
a simple golang web framework。基于 httprouter 开发
- Host: GitHub
- URL: https://github.com/jiujuan/lilac
- Owner: jiujuan
- Created: 2019-08-30T11:17:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T16:42:58.000Z (over 3 years ago)
- Last Synced: 2025-01-13T01:44:51.966Z (about 1 year ago)
- Topics: framework, go, httprouter, web
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lilac
a simple golang web framework.
# Related Lib
- [httprouter](https://github.com/julienschmidt/httprouter)
# Feature
- router
- router group
- middleware (like gin)