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?
    • Version compatibility
    • Client Examples
    • Client Features
    • Server Examples
    • Server Features
  • The Socket.IO Clients
    • Installation
    • Using the Simple Client
      • Creating a Client Instance
      • Connecting to a Server
      • Emitting Events
      • Receiving Events
      • Disconnecting from the Server
      • Debugging and Troubleshooting
    • Using the Event-Driven Client
      • Creating a Client Instance
      • Defining Event Handlers
      • Catch-All Event and Namespace Handlers
      • Connect, Connect Error and Disconnect 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
    • Catch-All Event and Namespace Handlers
    • Connect and Disconnect Event Handlers
    • Emitting Events
    • Event Callbacks
    • Namespaces
    • Class-Based Namespaces
    • Rooms
    • User Sessions
    • Using a Message Queue
      • Redis
      • Kombu
      • Kafka
      • AioPika
      • Horizontal Scaling
      • Emitting from external processes
    • Monitoring and Administration
    • 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
    • Cross-Origin Controls
  • API Reference
  • Index

  • Module Index

  • Search Page

python-socketio

Navigation

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

Related Topics

  • Documentation overview
    • Next: Getting Started

Quick search

©2024, Miguel Grinberg. | Powered by Sphinx 7.2.6 & Alabaster 0.7.6 | Page source
Fork me on GitHub