awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesProtocol Version Selectors

Capabilities for choosing the HTTP protocol version (1.0, 1.1, 2.0) used in client requests.

Distinct from HTTP Protocols: Distinct from HTTP Protocols: focuses on selecting the version for a specific request, not general protocol education.

Explore 5 awesome GitHub repositories matching networking & communication · Protocol Version Selectors. Refine with filters or upvote what's useful.

Awesome Protocol Version Selectors GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cloudwego/hertzcloudwego का अवतार

    cloudwego/hertz

    7,279GitHub पर देखें↗

    Hertz is a high-performance Go HTTP framework designed for building scalable microservices, RESTful APIs, and AI applications. It functions as a high-performance web server and a communication framework for microservices, utilizing non-blocking I/O and zero-copy memory management to handle high-concurrency traffic. The project distinguishes itself through a microservices communication toolkit that supports high-efficiency remote procedure calls via gRPC and Thrift protocols. It implements an asynchronous middleware engine based on an onion model, allowing for a pluggable request-response pipe

    Supports various versions of the HTTP protocol and allows for custom protocol extensions.

    Gogohttpmicroservices
    GitHub पर देखें↗7,279
  • ethereum-mining/ethminerethereum-mining का अवतार

    ethereum-mining/ethminer

    5,935GitHub पर देखें↗

    ethminer एक Ethereum GPU माइनर और Ethash हैशिंग टूल है। यह एक CUDA और OpenCL क्लाइंट के रूप में काम करता है जो ब्लॉकचेन ट्रांजेक्शन को वैलिडेट करने और Ethereum कॉइन्स माइन करने के लिए ग्राफिक्स कार्ड्स का उपयोग करता है। यह सॉफ्टवेयर GPGPU एक्सेलेरेशन का लाभ उठाकर समानांतर गणितीय गणनाओं को GPU पर ऑफलोड करता है और डिस्क लेटेंसी को खत्म करने के लिए सीधे वीडियो मेमोरी में आवश्यक एसाइक्लिक ग्राफ डेटासेट जनरेट करता है। इसमें हैशिंग स्पीड और दक्षता का परीक्षण करने के लिए एक GPU माइनिंग बेंचमार्कर शामिल है। यह प्रोजेक्ट वर्क डिस्ट्रीब्यूशन और माइनिंग पूल्स को सबमिट करने के लिए Stratum नेटवर्क प्रोटोकॉल को लागू करता है, जिसमें स्वचालित प्रोटोकॉल डिटेक्शन और एन्क्रिप्टेड कम्युनिकेशंस की सुविधा है।

    Automatically detects the appropriate Stratum protocol version to eliminate manual configuration.

    C++
    GitHub पर देखें↗5,935
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Ships an HTTP client that can select between HTTP/1.0, HTTP/1.1, and HTTP/2.0 for outbound requests.

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • mcxiaoke/mqttmcxiaoke का अवतार

    mcxiaoke/mqtt

    5,195GitHub पर देखें↗

    This project provides a technical specification and reference manual for the MQTT 3.1.1 standard, serving as a translated Chinese guide for implementing this lightweight IoT messaging protocol in resource-constrained device networks. The documentation covers the fundamental mechanisms of the publish-subscribe model, including topic-based routing with wildcard filtering, retained message storage, and the configuration of last will and testament messages. It details the protocol's approach to reliability through various quality of service levels, ranging from single-level acknowledgments to exa

    Provides a detailed reference manual covering packet formats, QoS levels, and connection handshakes for MQTT.

    Rich Text Formatmqtt
    GitHub पर देखें↗5,195
  • emqx/mqttxemqx का अवतार

    emqx/MQTTX

    4,802GitHub पर देखें↗

    MQTTX is a cross-platform MQTT client application designed for testing, debugging, and managing MQTT brokers. It supports both MQTT v3.1.1 and v5.0, enables simultaneous management of multiple broker connections, and provides an interactive chat-style interface for publishing and subscribing with configurable quality of service, payload transformation, and topic visualization. The client can be used as a desktop application, a command-line tool, or a self-hosted web client deployable via Docker. What sets MQTTX apart is its integration of AI-assisted workflows, allowing users to generate MQTT

    Automatically selects MQTT v3.1.1 or v5.0 based on broker capabilities, adapting session features and property handling accordingly.

    TypeScriptclicross-platformelectron
    GitHub पर देखें↗4,802
  1. Home
  2. Networking & Communication
  3. HTTP Protocols
  4. Protocol Version Selectors

सब-टैग एक्सप्लोर करें

  • MQTT Protocol Versions1 सब-टैगSupport for communicating with brokers using either MQTT v3.1.1 or v5.0 protocol specifications. **Distinct from Protocol Version Selectors:** Distinct from Protocol Version Selectors: focuses on MQTT-specific protocol versions, not HTTP protocol version selection.
  • Stratum Version SelectorsMechanisms to automatically detect and select the appropriate version of the Stratum protocol. **Distinct from Protocol Version Selectors:** Applies protocol version selection specifically to the Stratum mining protocol rather than HTTP.