Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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