Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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"`