awesome-repositories.com
Blog
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
·

14 repository-uri

Awesome GitHub RepositoriesWebsockets

Libraries for WebSocket communication.

Explore 14 awesome GitHub repositories matching part of an awesome list · Websockets. Refine with filters or upvote what's useful.

Awesome Websockets GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • 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

    Listed in the “Websockets” section of the Awesome Python awesome list.

    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

    Listed in the “Websockets” section of the Awesome Python awesome list.

    Pythonpythonpython3websocket
    Vezi pe GitHub↗5,692
  • 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

    Listed in the “Websockets” section of the Awesome Python awesome list.

    Pythonflaskflask-socketiopython
    Vezi pe GitHub↗5,509
  • ztellman/alephAvatar ztellman

    ztellman/aleph

    2,590Vezi pe GitHub↗

    Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP

    Asynchronous networking library with WebSocket support.

    Clojure
    Vezi pe GitHub↗2,590
  • crossbario/autobahn-pythonAvatar crossbario

    crossbario/autobahn-python

    2,538Vezi pe GitHub↗

    WebSocket and WAMP in Python for Twisted and asyncio

    Listed in the “Websockets” section of the Awesome Python awesome list.

    Pythonautobahnpubsubpython
    Vezi pe GitHub↗2,538
  • ptaoussanis/senteAvatar ptaoussanis

    ptaoussanis/sente

    1,789Vezi pe GitHub↗

    Realtime web comms library for Clojure/Script

    Real-time communication library using WebSockets.

    Clojure
    Vezi pe GitHub↗1,789
  • jarohen/chordAvatar jarohen

    jarohen/chord

    442Vezi pe GitHub↗

    A library designed to bridge the gap between the triad of CLJ/CLJS, web-sockets and core.async.

    WebSocket abstraction for Clojure.

    Clojure
    Vezi pe GitHub↗442
  • tarasko/picowsAvatar tarasko

    tarasko/picows

    279Vezi pe GitHub↗

    Ultra-fast websocket client and server for asyncio

    Listed in the “Websockets” section of the Awesome Python awesome list.

    Pythonasynciobenchmarkcython
    Vezi pe GitHub↗279
  • usocket/usocketAvatar usocket

    usocket/usocket

    244Vezi pe GitHub↗

    https://usocket.common-lisp.dev

    Portable interface for TCP and UDP networking.

    Common Lisp
    Vezi pe GitHub↗244
  • sionescu/iolibAvatar sionescu

    sionescu/iolib

    154Vezi pe GitHub↗

    -- markdown --

    Modern I/O library providing sockets and multiplexing.

    Common Lisp
    Vezi pe GitHub↗154
  • joaotavora/hunchensocketAvatar joaotavora

    joaotavora/hunchensocket

    120Vezi pe GitHub↗

    Hunchensocket - WebSockets for Hunchentoot

    Websocket extension for a specific web server framework.

    Common Lisp
    Vezi pe GitHub↗120
  • fukamachi/websocket-driverAvatar fukamachi

    fukamachi/websocket-driver

    111Vezi pe GitHub↗

    This library provides WebSocket server & client implementation for Common Lisp.

    Websocket driver based on a modular web framework.

    Common Lisp
    Vezi pe GitHub↗111
  • 3b/clwsAvatar 3b

    3b/clws

    75Vezi pe GitHub↗

    Currently requires SBCL or CCL, but shouldn't be too hard to port to other implementations/platforms supported by iolib.

    Websocket server implementation for handling network connections.

    Common Lisp
    Vezi pe GitHub↗75
  • charje/portalAvatar charJe

    charJe/portal

    28Vezi pe GitHub↗

    Portable Websocket Server for Common Lisp. THIS PROJECT HAS MOVED

    Portable websocket implementation built on socket primitives.

    Common Lisp
    Vezi pe GitHub↗28
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Websockets