Pure python web server, based on Twisted, providing the One Obvious Way to do async and offbeat network traffic with django and other WSGI apps.
Project description
Mr. D. Reinhardt, with a pair of guitars and tatters of sheet music in the back seat, speeds his convertible westward over the mountains. The campfire carries on without the blessing of his gypsy jazz, but his morning return is as a fearsome, left-handed character – familiar but Twisted (.py)
v3.2.5
A Python web server that makes async and offbeat network traffic easy, fun, and fast.
Overview
hendrix is a tool for handling bytes-on-the-wire to and from your python web application. In this sense, it is similar to mod_wsgi, uWSGI, and gunicorn.
However, hendrix differs from these other technologies in that it is natively asynchronous and designed with background tasks in mind. In this sense, it may serve some projects as a replacement for gevent or celery.
hendrix implements the WSGI protocol, so it can serve applications made with django, pyramid, flask and other WSGI frameworks. However, hendrix views your web as just another network resource - in fact, this is central to the hendrix philosophy.
Twisted is one of the most battle-tested and actively developed Python projects. Until hendrix, however, Twisted has not been part of a mainstream python web server. And that's a shame.
Features
- Multi-processing - The WSGI app can be served from multiple processes on a single machine.
- Multi-threading from within your Django / Flask / Pyramid app: Various APIs allow you to defer logic until later, place it in a different thread or process, and report back asynchronously. For example, see crosstown_traffic.
- Built-in Websockets Framework
- Optional Resource Caching
- Built-in SSL Support: Terminate SSL inside your app if you like. Public keys can be part of your logic!
- Daemonize by passing the
-d
or--daemonize
flags tohx
Quickstart
Using pip
pip install hendrix
Running the Development Server
cd to the directory where your manage.py file is located and...
hx start --dev
This is roughly the equivalent of running the django devserver.
For more, see the full hendrix documentation.
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
Built Distribution
File details
Details for the file hendrix-3.3.0.tar.gz
.
File metadata
- Download URL: hendrix-3.3.0.tar.gz
- Upload date:
- Size: 51.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a1bad32ffa12ae8701e7564113473e55ab801d931465852675b46b57c376043 |
|
MD5 | a597b940d82518187742627d0084c623 |
|
BLAKE2b-256 | 23bd8440db1b7744964ff092d610d7fe1279188b8e7a68f39b3fce9bd1003b99 |
File details
Details for the file hendrix-3.3.0-py3-none-any.whl
.
File metadata
- Download URL: hendrix-3.3.0-py3-none-any.whl
- Upload date:
- Size: 56.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a08b74ca55eba2ddb32ef5267de37f9545f93785285560960f23dc61cd7935bf |
|
MD5 | 21e92b0df7e9d15a2bb26dc30ce37ea9 |
|
BLAKE2b-256 | 312ae8325a6f4c7b44d96ea456d1fc9e2edb6070e07dbfd1ab468ca7b2550631 |