https://github.com/programmer-ke/wsgi-serv
A minimalist wsgi server
https://github.com/programmer-ke/wsgi-serv
Last synced: over 1 year ago
JSON representation
A minimalist wsgi server
- Host: GitHub
- URL: https://github.com/programmer-ke/wsgi-serv
- Owner: programmer-ke
- Created: 2016-07-20T05:34:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T06:06:04.000Z (almost 10 years ago)
- Last Synced: 2025-01-03T21:43:24.278Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serv
A minimalist wsgi server.
To launch with included example application:
`python serv.py "example:application"`