Skip to main content

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


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.tar.gz (6.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page