awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • websocket-client/websocket-clientAvatar de websocket-client

    websocket-client/websocket-client

    3,706Voir sur 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
    Voir sur GitHub↗3,706
  1. Home
  2. Web Development
  3. Data Validation
  4. Payload Validation Optimizations