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

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

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

1 个仓库

Awesome GitHub RepositoriesPayload Validation Optimizations

Techniques to increase network throughput by reducing or disabling the validation of incoming data frames.

Distinct from Data Validation: Distinct from general Data Validation: focuses specifically on the performance trade-off of disabling validation for higher throughput in real-time streams.

Explore 1 awesome GitHub repository matching web development · Payload Validation Optimizations. Refine with filters or upvote what's useful.

Awesome Payload Validation Optimizations GitHub Repositories

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

    websocket-client/websocket-client

    3,706在 GitHub 上查看↗

    This is a Python WebSocket client library designed to establish full-duplex, persistent network connections for real-time exchange of text and binary data. It functions as an asynchronous network client and a TCP socket wrapper, managing the complete lifecycle of a connection from the initial handshake to graceful closure. The implementation includes a secure WebSocket client that handles SSL/TLS encryption, certificate verification, and secure handshake protocols. It further distinguishes itself by supporting advanced connectivity options, including proxy routing via HTTP or SOCKS proxies an

    Allows increasing throughput by disabling or accelerating the validation of payload data to reduce processing overhead.

    Pythonpythonrfc-6455websocket
    在 GitHub 上查看↗3,706
  1. Home
  2. Web Development
  3. Data Validation
  4. Payload Validation Optimizations