ws4py
latest
  • Requirements
  • Install ws4py
  • Conformance
  • Browser Support
  • Performances
  • Credits
  • Basics
  • Client
  • Server
  • Managing a pool of WebSockets
  • Built-in Examples
  • Coding Rules
  • Design
  • Testing Overview
  • Documentation process
  • Release Process
  • ws4py Package
ws4py
  • Docs »
  • ws4py - A WebSocket package for Python
  • Edit on GitHub

ws4py - A WebSocket package for Python¶

Author:Sylvain Hellegouarch
Release:0.5.1
License:BSD
Source code:https://github.com/Lawouach/WebSocket-for-Python
Build status:https://travis-ci.org/Lawouach/WebSocket-for-Python

ws4py is a Python package implementing the WebSocket protocol as defined in RFC 6455.

It comes with various server and client implementations and runs on CPython 2/3, PyPy and Android.

Overview¶

  • Requirements
  • Install ws4py
  • Conformance
  • Browser Support
  • Performances
  • Credits

Tutorial¶

  • Basics
  • Client
    • Built-in
    • Tornado
    • gevent
  • Server
    • CherryPy
    • gevent
    • wsgiref
    • asyncio
  • Managing a pool of WebSockets
    • Polling
    • Client example
  • Built-in Examples
    • Real-time chat
    • Android sensors and HTML5

Maintainer Guide¶

This section describes the steps to work on ws4py itself and its release process, as well as other conventions and best practices.

  • Coding Rules
  • Design
  • Testing Overview
  • Documentation process
  • Release Process

Packages¶

  • ws4py Package
    • ws4py Package
    • exc Module
    • framing Module
    • manager Module
    • messaging Module
    • streaming Module
    • utf8validator Module
    • websocket Module
    • Subpackages
      • client Package
        • client Package
        • geventclient Module
        • threadedclient Module
        • tornadoclient Module
      • server Package
        • cherrypyserver Module
        • geventserver Module
        • wsgirefserver Module
        • wsgitutils Module

Indices and tables¶

  • Module Index
  • Search Page
Next

© Copyright 2011 - 2018, Sylvain Hellegouarch. Revision 961c07ce.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.