Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaopeng163/getting-started-with-wsgi
Getting Started with Python WSGI
https://github.com/xiaopeng163/getting-started-with-wsgi
Last synced: 3 months ago
JSON representation
Getting Started with Python WSGI
- Host: GitHub
- URL: https://github.com/xiaopeng163/getting-started-with-wsgi
- Owner: xiaopeng163
- License: apache-2.0
- Created: 2015-01-06T05:07:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T09:12:17.000Z (about 9 years ago)
- Last Synced: 2024-08-01T20:38:24.616Z (6 months ago)
- Language: Python
- Homepage: http://xiaopeng163.gitbooks.io/getting-started-with-wsgi/
- Size: 249 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Getting Started with WSGI
=========================# Why this book?
`WSGI` is a great component in [OpenStack](https://www.openstack.org/). Understanding `WSGI` gives you the knowledge base you need to understand the code behind other popular projects, such as `Neutron`, `Django`, `Flask`, and `CherryPy`.
# Translations
The first version will be `Chinese`, but other translations are in the works. We're planning an `English` translation in the future.
# Contribution
如果想参与本文的编写或者提出建议:
Please use pull request or issues in `github`.
Source code lives here: https://github.com/xiaopeng163/getting-started-with-wsgi
# TODO