Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 718 Bytes

File metadata and controls

50 lines (31 loc) · 718 Bytes

ws4py - A WebSocket package for Python

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

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
   managertutorial

Packages

.. toctree::
   :maxdepth: 6

   ws4py


Indices and tables