Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiyee/holydramon
A minimalist Go web framework
https://github.com/tiyee/holydramon
Last synced: 8 days ago
JSON representation
A minimalist Go web framework
- Host: GitHub
- URL: https://github.com/tiyee/holydramon
- Owner: tiyee
- License: mit
- Created: 2020-09-17T07:44:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T03:46:00.000Z (24 days ago)
- Last Synced: 2024-10-21T06:48:31.845Z (24 days ago)
- Language: Go
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Holydramon](./holydramon.jpg)
# holydramon
A minimalist Go web framework
## 动机
主要是做一款简单,顺手,可控的go web framework.大约有以下几个痛点:
- 文件少,可控。不引用入来路不明的第三方库。
- 路由不需要支持正则
- 中间件可以指定范围
- 永远支持最新版的golang## 使用方法
1. `git clone [email protected]:tiyee/holydramon.git`
2. go run cmd/main.go