python-engineio

Navigation

  • Getting Started
  • The Engine.IO Client
  • The Engine.IO Server
  • API Reference

Related Topics

  • Documentation overview
    • Next: Getting Started

Quick search

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
©2018, Miguel Grinberg. | Powered by Sphinx 1.8.6 & Alabaster 0.7.13 | Page source
Fork me on GitHub