awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
crossbario avatar

crossbario/autobahn-python

0
View on GitHub↗
2,538 نجوم·768 تفرعات·Python·2 مشاهداتcrossbar.io/autobahn↗

Autobahn Python

WebSocket and WAMP in Python for Twisted and asyncio

Features

  • Web Frameworks - WebSocket and WAMP implementation for client and server communication.
  • WebSocket Libraries - WebSocket and WAMP implementation for event-driven systems.
  • Websockets - Listed in the “Websockets” section of the Awesome Python awesome list.
  • WebSocket - WebSocket & WAMP for Python on Twisted and asyncio.
  • WebSocket Tools - WebSocket and WAMP implementation for Twisted/asyncio.

سجل النجوم

مخطط تاريخ النجوم لـ crossbario/autobahn-pythonمخطط تاريخ النجوم لـ crossbario/autobahn-python

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Autobahn Python

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Autobahn Python.
  • django/channelsالصورة الرمزية لـ django

    django/channels

    6,352عرض على GitHub↗

    Channels is an extension for the Django web framework that adds native support for WebSockets, background tasks, and long-running connections alongside standard HTTP requests. It provides a channel layer abstraction for passing messages between different parts of a Django application across processes, along with a protocol router that inspects incoming connections and dispatches them to the correct handler for HTTP, WebSocket, or custom protocols. The project introduces an async consumer abstraction that wraps protocol-specific handling into a single callable, and a background worker pool tha

    Python
    عرض على GitHub↗6,352
  • miguelgrinberg/flask-socketioالصورة الرمزية لـ miguelgrinberg

    miguelgrinberg/Flask-SocketIO

    5,509عرض على GitHub↗

    Flask-SocketIO is a Flask extension that integrates the Socket.IO real-time communication protocol into Flask applications, enabling persistent bidirectional connections between servers and clients. It transparently switches between WebSocket and HTTP long-polling while maintaining a persistent session identity, and provides a full event-driven framework for real-time web application communication. The library distinguishes itself with support for namespace multiplexing, allowing event handlers to be isolated into separate namespaces with independent lifecycle and routing. It also offers room

    Pythonflaskflask-socketiopython
    عرض على GitHub↗5,509
  • aaugustin/websocketsالصورة الرمزية لـ aaugustin

    aaugustin/websockets

    5,692عرض على GitHub↗

    websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple

    Python
    عرض على GitHub↗5,692
  • python-websockets/websocketsالصورة الرمزية لـ python-websockets

    python-websockets/websockets

    5,692عرض على GitHub↗

    websockets is a Python library that provides both client and server implementations for the WebSocket protocol, enabling real-time, bidirectional communication between applications. At its core, it offers the fundamental primitives for establishing persistent connections, managing their lifecycles, and exchanging text or binary messages asynchronously using coroutines. The library distinguishes itself through comprehensive support for various messaging patterns, including broadcast messaging to all connected clients, targeted messaging to specific clients, and shared application state synchro

    Pythonpythonpython3websocket
    عرض على GitHub↗5,692
عرض جميع البدائل الـ 30 لـ Autobahn Python→

الأسئلة الشائعة

ما هي وظيفة crossbario/autobahn-python؟

WebSocket and WAMP in Python for Twisted and asyncio

ما هي الميزات الرئيسية لـ crossbario/autobahn-python؟

الميزات الرئيسية لـ crossbario/autobahn-python هي: Web Frameworks, WebSocket Libraries, Websockets, WebSocket, WebSocket Tools.

ما هي البدائل مفتوحة المصدر لـ crossbario/autobahn-python؟

تشمل البدائل مفتوحة المصدر لـ crossbario/autobahn-python: django/channels — Channels is an extension for the Django web framework that adds native support for WebSockets, background tasks, and… tarasko/picows — Ultra-fast websocket client and server for asyncio. aaugustin/websockets — websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework.… miguelgrinberg/flask-socketio — Flask-SocketIO is a Flask extension that integrates the Socket.IO real-time communication protocol into Flask… python-websockets/websockets — websockets is a Python library that provides both client and server implementations for the WebSocket protocol,… adacore/aws — AWS is a complete framework to develop Web based applications in Ada.