https://github.com/tiyee/holydramon
A minimalist Go web framework
https://github.com/tiyee/holydramon
Last synced: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T09:12:26.000Z (over 1 year ago)
- Last Synced: 2025-05-05T10:27:16.495Z (over 1 year ago)
- Language: Go
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# holydramon
A minimalist Go web framework
## 动机
主要是做一款简单,顺手,可控的go web framework.大约有以下几个痛点:
- 文件少,可控。不引用入来路不明的第三方库。
- 路由不需要支持正则
- 中间件可以指定范围
- 永远支持最新版的golang
## 使用方法
1. `git clone git@github.com:tiyee/holydramon.git`
2. go run cmd/main.go