A WSGI Server for Circus
Project description
Chaussette is a WSGI server. The particularity of Chaussette is that it can either bind a socket on a port like any other server does or run against already opened sockets.
That makes Chaussette the best companion to run a WSGI or Django stack under a process and socket manager, such as Circus.
Quick Start
Running:
chaussette
starts a very simple HTTP sample server on port 8080.
Starting a WSGI application using chaussette is simply a matter of calling:
chaussette examples.tornadoapp.wsgiapp
Chaussette can also serve tornado (non WSGI) application:
chaussette --backend tornado examples.tornadoapp.tornadoapp
The simple_chat example can be started as:
chaussette --backend socketio examples.simple_chat.chat.app
Note that the two previous examples are not backend agnostic, since they are not (pure) WSGI applications.
A flask based pure WSGI application can be started with most backends:
chaussette --backend gevent examples.flaskapp.app
In these examples, we start a standalone WSGI server, but the spirit of chaussette is to be managed by Circus, as described http://chaussette.readthedocs.org/en/latest/#using-chaussette-in-circus
Links
The full documentation is located at: http://chaussette.readthedocs.org
You can reach us for any feedback, bug report, or to contribute, at https://github.com/circus-tent/chaussette
Changelog
1.3.0 - 2015-06-01
Fix gevent monkey patching (pull request #67).
Add a “–graceful-timeout” option (for gevent-based backends).
Fix the tornado backend so that it accepts tornado’s WSGIApplication instaces.
Update documentation.
Improve example applications.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file chaussette-1.3.0.tar.gz
.
File metadata
- Download URL: chaussette-1.3.0.tar.gz
- Upload date:
- Size: 338.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6777f2460e4efcd26551c6f265d9e612ba95c2a0b2e53104c7d4d20e7f3d5a1b |
|
MD5 | b25521e7a58853718d239976ec1c8433 |
|
BLAKE2b-256 | 92abc46447c872d109f7d7573b6215b4e9f320ac1fec41dd26d16a7fe40eed7b |