python-engineio
***************

This project implements Python based Engine.IO client and server that
can run standalone or integrated with a variety of Python web
frameworks and applications.

* Getting Started

  * What is Engine.IO?

  * Client Examples

  * Client Features

  * Server Examples

  * Server Features

* The Engine.IO Client

  * Installation

  * Creating a Client Instance

  * Defining Event Handlers

  * Connecting to a Server

  * Sending Messages

  * Disconnecting from the Server

  * Managing Background Tasks

  * Debugging and Troubleshooting

* The Engine.IO Server

  * Installation

  * Creating a Server Instance

  * Serving Static Files

  * Defining Event Handlers

  * Sending Messages

  * User Sessions

  * Disconnecting a Client

  * Managing Background Tasks

  * Debugging and Troubleshooting

  * Deployment Strategies

    * Uvicorn, Daphne, and other ASGI servers

    * Aiohttp

    * Tornado

    * Sanic

    * Eventlet

    * Eventlet with Gunicorn

    * Gevent

    * Gevent with Gunicorn

    * uWSGI

    * Standard Threads

    * Scalability Notes

  * Cross-Origin Controls

* API Reference

  * "Client" class

  * "AsyncClient" class

  * "Server" class

  * "AsyncServer" class

  * "WSGIApp" class

  * "ASGIApp" class

  * "Middleware" class (deprecated)

* Index

* Module Index

* Search Page
