Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/go-uwsgi
uwsgi implement for go
https://github.com/mattn/go-uwsgi
go golang uwsgi
Last synced: 2 months ago
JSON representation
uwsgi implement for go
- Host: GitHub
- URL: https://github.com/mattn/go-uwsgi
- Owner: mattn
- License: mit
- Created: 2011-08-02T06:46:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T17:04:58.000Z (over 7 years ago)
- Last Synced: 2024-10-10T12:19:13.141Z (3 months ago)
- Topics: go, golang, uwsgi
- Language: Go
- Homepage: http://mattn.kaoriya.net/
- Size: 25.4 KB
- Stars: 54
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)