python-socketio

Navigation

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

Related Topics

  • Documentation overview
    • Next: Getting Started

Quick search

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
    • Debugging and Troubleshooting
  • The Socket.IO Server
    • Installation
    • Creating a Server Instance
    • Serving Static Files
    • Defining Event Handlers
    • Emitting Events
    • Event Callbacks
    • Namespaces
    • Class-Based Namespaces
    • Rooms
    • User Sessions
    • Using a Message Queue
      • Redis
      • Kombu
      • Kafka
      • AioPika
      • Emitting from external processes
    • Debugging and Troubleshooting
    • Deployment Strategies
      • Aiohttp
      • Tornado
      • Sanic
      • Uvicorn, Daphne, and other ASGI servers
      • 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
    • ConnectionRefusedError class
    • WSGIApp class
    • ASGIApp class
    • Middleware class (deprecated)
    • ClientNamespace class
    • Namespace class
    • AsyncClientNamespace class
    • AsyncNamespace class
    • BaseManager class
    • PubSubManager class
    • KombuManager class
    • RedisManager class
    • KafkaManager class
    • AsyncManager class
    • AsyncRedisManager class
    • AsyncAioPikaManager class
  • Index

  • Module Index

  • Search Page

©2021, Miguel Grinberg. | Powered by Sphinx 3.2.1 & Alabaster 0.7.12 | Page source
Fork me on GitHub