https://github.com/mattn/go-uwsgi
uwsgi implement for go
https://github.com/mattn/go-uwsgi
go golang uwsgi
Last synced: about 1 year 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 (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T17:04:58.000Z (almost 9 years ago)
- Last Synced: 2025-04-30T10:43:58.922Z (about 1 year ago)
- Topics: go, golang, uwsgi
- Language: Go
- Homepage: http://mattn.kaoriya.net/
- Size: 25.4 KB
- Stars: 54
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-uwsgi
[](https://travis-ci.org/mattn/go-uwsgi)
[](https://coveralls.io/r/mattn/go-uwsgi?branch=HEAD)
[](http://godoc.org/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)