ws4py - A WebSocket package for Python
======================================

ws4py is a Python package implementing the WebSocket protocol as defined in `RFC 6455 <http://tools.ietf.org/html/rfc6455>`_.

It provides client and server implementations alike that using different techniques like threads, micro-threads or event loops.

Requirements
------------

.. toctree::
   :maxdepth: 2

   requirements

Install
-------

.. toctree::
   :maxdepth: 2

   install


Tutorial
--------

.. toctree::
   :maxdepth: 2

   basics
   clienttutorial
   servertutorial

Packages
--------

.. toctree::
   :maxdepth: 6

   ws4py


Indices and tables
==================

* :ref:`modindex`
* :ref:`search`

