Twisted WebSockets wrapper
Project description
txWS (prounounced “Twisted WebSockets”) is a small, short, simple library for adding WebSockets support to your favorite Twisted applications.
Usage
Use txws.WebSocketFactory to wrap your factories. That’s it! Adding WebSockets support has never been easier.
from txws import WebSocketFactory reactor.listenTCP(8080, WebSocketFactory(factory_to_wrap)
Versions
txWS supports the following versions of the WebSockets draft:
Version 76 * Hixie-76 * HyBi-00
Version 7 * HyBi-07
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
txWS-0.6.1.tar.gz
(6.2 kB
view hashes)