Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deacondesperado/twsrv
An example of using twisted virtual hosts with WSGI wrappers
https://github.com/deacondesperado/twsrv
Last synced: about 1 month ago
JSON representation
An example of using twisted virtual hosts with WSGI wrappers
- Host: GitHub
- URL: https://github.com/deacondesperado/twsrv
- Owner: DeaconDesperado
- Created: 2012-07-23T18:05:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T21:22:08.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T10:13:45.690Z (2 months ago)
- Language: Python
- Size: 1.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twisted WSGI Virtual Hosts
A simple example of using Twisted's virtual hosts handler to host multiple WSGI instances for maximum performance.
The service defines hosts as a simple json dictionary that is decoded to split off wsgi instances on several different domains.