Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/go-uwsgi

uwsgi implement for go
https://github.com/mattn/go-uwsgi

go golang uwsgi

Last synced: about 11 hours ago
JSON representation

uwsgi implement for go

Awesome Lists containing this project

README

        

# go-uwsgi

[![Build Status](https://travis-ci.org/mattn/go-uwsgi.png?branch=master)](https://travis-ci.org/mattn/go-uwsgi)
[![Coverage Status](https://coveralls.io/repos/mattn/go-uwsgi/badge.png?branch=HEAD)](https://coveralls.io/r/mattn/go-uwsgi?branch=HEAD)
[![GoDoc](https://godoc.org/github.com/mattn/go-uwsgi?status.svg)](http://godoc.org/github.com/mattn/go-uwsgi)
[![Go Report Card](https://goreportcard.com/badge/github.com/mattn/go-uwsgi)](https://goreportcard.com/report/github.com/mattn/go-uwsgi)

uWSGI handler for Go

## Usage

See example

## Installation

```
$ go get github.com/mattn/go-uwsgi
```

## License

MIT

## Author

Yasuhiro Matsumoto (a.k.a. mattn)