https://github.com/akagi201/light
A minimal web framework in Go.
https://github.com/akagi201/light
alice golang http httprouter lightweight middleware web
Last synced: 8 days ago
JSON representation
A minimal web framework in Go.
- Host: GitHub
- URL: https://github.com/akagi201/light
- Owner: Akagi201
- License: mit
- Created: 2016-03-14T10:45:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T09:09:10.000Z (over 8 years ago)
- Last Synced: 2024-12-27T05:34:53.565Z (about 1 year ago)
- Topics: alice, golang, http, httprouter, lightweight, middleware, web
- Language: Go
- Homepage: https://godoc.org/github.com/Akagi201/light
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# light
[](https://travis-ci.org/Akagi201/light) [](https://coveralls.io/github/Akagi201/light?branch=master) [](https://goreportcard.com/report/github.com/Akagi201/light) [](https://godoc.org/github.com/Akagi201/light)

Light is a minimal web framework in Go.
## Features
- [x] Use [httprouter](https://github.com/julienschmidt/httprouter) as http router
- [x] Use [alice](https://github.com/justinas/alice) to manage middlewares.
- [x] Support Go1.7+ `context`.
## Install
* `go get github.com/Akagi201/light`
## Import
* `import "github.com/Akagi201/light"`