awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tarasko avatar

tarasko/picows

0
View on GitHub↗
279 stele·18 fork-uri·Python·MIT·3 vizualizări

Picows

Ultra-fast websocket client and server for asyncio

Features

  • Websockets - Listed in the “Websockets” section of the Awesome Python awesome list.
  • WebSocket - Fastest WebSocket clients and servers with a frame level interface.

Istoric stele

Graficul istoricului de stele pentru tarasko/picowsGraficul istoricului de stele pentru tarasko/picows

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Picows

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Picows.
  • miguelgrinberg/flask-socketioAvatar miguelgrinberg

    miguelgrinberg/Flask-SocketIO

    5,509Vezi pe 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
    Vezi pe GitHub↗5,509
  • crossbario/autobahn-pythonAvatar crossbario

    crossbario/autobahn-python

    2,538Vezi pe GitHub↗

    WebSocket and WAMP in Python for Twisted and asyncio

    Pythonautobahnpubsubpython
    Vezi pe GitHub↗2,538
  • django/channelsAvatar django

    django/channels

    6,352Vezi pe 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
    Vezi pe GitHub↗6,352
  • python-websockets/websocketsAvatar python-websockets

    python-websockets/websockets

    5,692Vezi pe 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
    Vezi pe GitHub↗5,692
Vezi toate cele 13 alternative pentru Picows→

Întrebări frecvente

Ce face tarasko/picows?

Ultra-fast websocket client and server for asyncio

Care sunt principalele funcționalități ale tarasko/picows?

Principalele funcționalități ale tarasko/picows sunt: Websockets, WebSocket.

Care sunt câteva alternative open-source pentru tarasko/picows?

Alternativele open-source pentru tarasko/picows includ: python-websockets/websockets — websockets is a Python library that provides both client and server implementations for the WebSocket protocol,… crossbario/autobahn-python — WebSocket and WAMP in Python for Twisted and asyncio. django/channels — Channels is an extension for the Django web framework that adds native support for WebSockets, background tasks, and… miguelgrinberg/flask-socketio — Flask-SocketIO is a Flask extension that integrates the Socket.IO real-time communication protocol into Flask… jarohen/chord — A library designed to bridge the gap between the triad of CLJ/CLJS, web-sockets and core.async. fukamachi/websocket-driver — This library provides WebSocket server & client implementation for Common Lisp.