Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T09:09:10.000Z (over 7 years ago)
- Last Synced: 2024-06-21T14:04:08.107Z (5 months ago)
- Topics: alice, golang, http, httprouter, lightweight, middleware, web
- Language: Go
- Homepage: https://godoc.org/github.com/Akagi201/light
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# light
[![Build Status](https://travis-ci.org/Akagi201/light.svg?branch=master)](https://travis-ci.org/Akagi201/light) [![Coverage Status](https://coveralls.io/repos/github/Akagi201/light/badge.svg?branch=master)](https://coveralls.io/github/Akagi201/light?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/Akagi201/light)](https://goreportcard.com/report/github.com/Akagi201/light) [![GoDoc](https://godoc.org/github.com/Akagi201/light?status.svg)](https://godoc.org/github.com/Akagi201/light)
![light](assets/light.jpeg)
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"`