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

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

* Getting Started

  * What is Socket.IO?

  * Features

  * Examples

* User's Guide

  * The "Server" and "AsyncServer" classes

  * Receiving Events

  * Sending Events

  * Rooms

  * Event Callbacks

  * Namespaces

  * Class-Based Namespaces

  * Using a Message Queue

* Deployment

  * aiohttp

  * Tornado

  * Sanic

  * Uvicorn, Daphne, and other ASGI servers

  * Eventlet

  * Gevent

  * uWSGI

  * Standard Threads

  * Scalability Notes

* API Reference

  * "Server" class

  * "AsyncServer" class

  * "WSGIApp" class

  * "ASGIApp" class

  * "Middleware" class (deprecated)

  * "Namespace" class

  * "AsyncNamespace" class

  * "BaseManager" class

  * "PubSubManager" class

  * "KombuManager" class

  * "RedisManager" class

  * "AsyncManager" class

  * "AsyncRedisManager" class


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

* Index

* Module Index

* Search Page
