python-socketio
***************

This projects implements Socket.IO clients and servers that can run
standalone or integrated with a variety of Python web frameworks.

* Getting Started

  * What is Socket.IO?

  * Client Examples

  * Client Features

  * Server Examples

  * Server Features

* The Socket.IO Client

  * Installation

  * Creating a Client Instance

  * Defining Event Handlers

  * Connecting to a Server

  * Emitting Events

  * Event Callbacks

  * Namespaces

  * Class-Based Namespaces

  * Disconnecting from the Server

  * Managing Background Tasks

* The Socket.IO Server

  * Installation

  * Creating a Server Instance

  * Defining Event Handlers

  * Emitting Events

  * Event Callbacks

  * Namespaces

  * Class-Based Namespaces

  * Rooms

  * User Sessions

  * Using a Message Queue

    * Redis

    * Kombu

    * Emitting from external processes

  * Deployment Strategies

    * Aiohttp

    * Tornado

    * Sanic

    * Uvicorn, Daphne, and other ASGI servers

    * Eventlet

    * Eventlet with Gunicorn

    * Gevent

    * Gevent with Gunicorn

    * uWSGI

    * Standard Threads

    * Scalability Notes

* API Reference

  * "Client" class

  * "AsyncClient" class

  * "Server" class

  * "AsyncServer" class

  * "WSGIApp" class

  * "ASGIApp" class

  * "Middleware" class (deprecated)

  * "ClientNamespace" class

  * "Namespace" class

  * "AsyncClientNamespace" class

  * "AsyncNamespace" class

  * "BaseManager" class

  * "PubSubManager" class

  * "KombuManager" class

  * "RedisManager" class

  * "AsyncManager" class

  * "AsyncRedisManager" class

* Index

* Module Index

* Search Page
