awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesWebSocket Message Readers

Capabilities for reading data streams from WebSocket connections while handling protocol-level control frames.

Distinguishing note: None of the candidates cover the specific act of reading protocol-framed messages from a persistent WebSocket stream.

Explore 2 awesome GitHub repositories matching networking & communication · WebSocket Message Readers. Refine with filters or upvote what's useful.

Awesome WebSocket Message Readers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • coder/websocketcoder 的头像

    coder/websocket

    5,299在 GitHub 上查看↗

    This is a minimal WebSocket library for Go designed for bidirectional real-time communication. It serves as a network protocol implementation for managing handshakes, frame masking, and control signals to enable the exchange of text and binary messages over persistent connections. The library distinguishes itself by providing a connectivity layer that wraps browser WebSocket APIs for applications compiled to WebAssembly. It also functions as data compression middleware, utilizing deflate compression to reduce bandwidth usage for transmitted messages. The project covers a broad range of netwo

    Implements the ability to retrieve incoming messages as byte slices or streams while processing control frames.

    Gogohttp2idiomatic
    在 GitHub 上查看↗5,299
  • boostorg/beastboostorg 的头像

    boostorg/beast

    4,801在 GitHub 上查看↗

    Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an asynchronous networking framework designed to compose non-blocking I/O operations and layered stream stacks for managing concurrent network traffic, specifically utilizing the Boost.Asio asynchronous model. The library provides a comprehensive implementation of the HTTP/1.1 and WebSocket protocols. For HTTP, it includes primitives for parsing and serializing messages with support for chunked transfer encoding, incremental body reading, and request pipelining. Its WebSocket implementati

    Reads incoming text and binary data from WebSocket connections as complete messages or incremental pieces.

    C++asioasync-programmingboost
    在 GitHub 上查看↗4,801
  1. Home
  2. Networking & Communication
  3. WebSocket Message Readers