awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
miguelgrinberg avatar

miguelgrinberg/python-socketio

0
View on GitHub↗
4,355 स्टार्स·623 फोर्क्स·Python·MIT·1 व्यू

Python Socketio

यह प्रोजेक्ट Socket.IO द्विदिश (bidirectional) इवेंट प्रोटोकॉल का एक Python कार्यान्वयन है। यह एक सर्वर और कई कनेक्टेड क्लाइंट्स के बीच कम-विलंबता (low-latency), इवेंट-संचालित डेटा एक्सचेंज के लिए डिज़ाइन किया गया एक रीयल-टाइम संचार फ्रेमवर्क है।

यह फ्रेमवर्क एक वितरित मैसेज क्यू इंटीग्रेटर के रूप में कार्य करता है, जो कई सर्वर इंस्टेंस में संचार को सिंक्रोनाइज़ करने की अनुमति देता है। यह सिंक्रोनाइज़ेशन के लिए एक साझा मैसेज क्यू का उपयोग करके वितरित वातावरण में उपयोगकर्ता सत्रों और क्लाइंट कनेक्शनों का प्रबंधन करता है।

यह सिस्टम द्विदिश इवेंट एक्सचेंज, रीयल-टाइम स्टेट सिंक्रोनाइज़ेशन और वितरित सॉकेट प्रबंधन के लिए क्षमताएं प्रदान करता है। यह अंतर्निहित ट्रांसपोर्ट तंत्र से उच्च-स्तरीय इवेंट लॉजिक को अलग करने के लिए एक ट्रांसपोर्ट-अज्ञेयवादी (transport-agnostic) प्रोटोकॉल लेयर का उपयोग करता है।

Features

  • Real-Time Communication Protocols - Implements a bidirectional communication protocol for low-latency, real-time data exchange between servers and clients.
  • Protocol-Agnostic Transport Layers - Features a protocol-agnostic transport layer that decouples high-level event logic from WebSockets or HTTP polling.
  • Pub-Sub Messaging - Integrates with pub-sub messaging backends like Redis to synchronize events across multiple server nodes.
  • Event-Driven Server Frameworks - Provides a framework for building event-driven servers where triggers execute targeted actions across network connections.
  • Realtime Communication Protocols - Implements the Socket.IO protocol for persistent, bidirectional data exchange between clients and servers.
  • Python Implementations - Provides a full Python implementation of the Socket.IO bidirectional event protocol for both server and client.
  • Message-Based Event Handlers - Provides a message-based event handling system that dispatches incoming data packets to specific handler functions.
  • Distributed Socket Server Scaling - Enables horizontal scaling of real-time socket connections across multiple server instances using shared message queues.
  • Message Queue Integrations - Provides a message queue integration to synchronize communication and session management across distributed server instances.
  • Distributed Server Coordination - Coordinates the synchronization of event states and broadcasts across multiple server instances.
  • Collaborative State Synchronization - Facilitates real-time collaborative state synchronization by broadcasting messages across all connected clients.
  • Non-Blocking Socket I/O - Implements non-blocking socket I/O to handle thousands of concurrent network connections efficiently.
  • Client Session Persistence - Maintains persistent client session mapping using unique identifiers over stateless transport mechanisms.
  • Connection Heartbeats - Ships periodic heartbeat signals between client and server to detect dropped connections and trigger reconnection.
  • Python Packages - Real-time communication support.

स्टार हिस्ट्री

miguelgrinberg/python-socketio के लिए स्टार हिस्ट्री चार्टmiguelgrinberg/python-socketio के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Python Socketio के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Python Socketio के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • zeromq/libzmqzeromq का अवतार

    zeromq/libzmq

    10,902GitHub पर देखें↗

    libzmq is a C++ based asynchronous messaging engine and networking core designed for routing non-blocking messages between distributed nodes. It functions as a distributed message queue that implements the ZMTP wire-format framing protocol to standardize how data moves across different network transport layers. The library provides a multi-transport abstraction that allows a single interface to route data across TCP, IPC, and in-process memory. It incorporates a cryptographic layer to encrypt and authenticate transmissions between nodes and employs topology-based messaging patterns, such as p

    C++concurrencylibzmqmessaging
    GitHub पर देखें↗10,902
  • salvo-rs/salvosalvo-rs का अवतार

    salvo-rs/salvo

    4,376GitHub पर देखें↗

    Salvo is a comprehensive Rust web framework for building asynchronous HTTP servers and web applications. It features a hierarchical web router that uses a tree-based structure to map requests to handlers and an asynchronous middleware pipeline based on the onion model for request and response pre- and post-processing. The framework is distinguished by its native support for modern network protocols, including a QUIC-based HTTP/3 implementation alongside HTTP/1 and HTTP/2. It includes an integrated OpenAPI documentation generator that extracts schemas directly from handler signatures to produc

    Rustasyncframeworkhttp-server
    GitHub पर देखें↗4,376
  • tootallnate/java-websocketTooTallNate का अवतार

    TooTallNate/Java-WebSocket

    10,811GitHub पर देखें↗

    Java-WebSocket is a collection of classes for implementing WebSocket clients and servers using pure Java. It provides a framework for hosting servers that manage connections via event-driven subclasses and tools for establishing client connections to remote servers. The library includes a secure communication tool for encrypting traffic using the WSS protocol and a compression library that uses per-message deflate extensions to reduce transmitted data size. It supports the configuration of cipher suites to limit encryption protocols and ensure compatible communication. The project enables bi

    Java
    GitHub पर देखें↗10,811
  • faye/fayefaye का अवतार

    faye/faye

    4,386GitHub पर देखें↗

    Faye is a real-time messaging middleware and WebSocket publish-subscribe server. It functions as a communication layer that routes messages between clients and manages channel subscriptions to enable data synchronization across the web. The project provides a cross-domain communication gateway, allowing web clients on different domains to communicate with a central server. It is built as a clustered messaging backend that can share state across multiple instances using external storage to handle high volumes of persistent network connections. Its capability surface includes pub-sub logic for

    JavaScript
    GitHub पर देखें↗4,386
Python Socketio के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

miguelgrinberg/python-socketio क्या करता है?

यह प्रोजेक्ट Socket.IO द्विदिश (bidirectional) इवेंट प्रोटोकॉल का एक Python कार्यान्वयन है। यह एक सर्वर और कई कनेक्टेड क्लाइंट्स के बीच कम-विलंबता (low-latency), इवेंट-संचालित डेटा एक्सचेंज के लिए डिज़ाइन किया गया एक रीयल-टाइम संचार फ्रेमवर्क है।

miguelgrinberg/python-socketio की मुख्य विशेषताएं क्या हैं?

miguelgrinberg/python-socketio की मुख्य विशेषताएं हैं: Real-Time Communication Protocols, Protocol-Agnostic Transport Layers, Pub-Sub Messaging, Event-Driven Server Frameworks, Realtime Communication Protocols, Python Implementations, Message-Based Event Handlers, Distributed Socket Server Scaling।

miguelgrinberg/python-socketio के कुछ ओपन-सोर्स विकल्प क्या हैं?

miguelgrinberg/python-socketio के ओपन-सोर्स विकल्पों में शामिल हैं: zeromq/libzmq — libzmq is a C++ based asynchronous messaging engine and networking core designed for routing non-blocking messages… salvo-rs/salvo — Salvo is a comprehensive Rust web framework for building asynchronous HTTP servers and web applications. It features a… tootallnate/java-websocket — Java-WebSocket is a collection of classes for implementing WebSocket clients and servers using pure Java. It provides… faye/faye — Faye is a real-time messaging middleware and WebSocket publish-subscribe server. It functions as a communication layer… mqttjs/mqtt.js — MQTT.js is a JavaScript client library and asynchronous messaging client used to connect to message brokers and… googollee/go-socket.io — go-socket.io is a Go implementation of the Socket.IO protocol used to build real-time, bidirectional, and event-driven…