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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesProtocol Serialization Frameworks

Tools for defining data structures and automatically generating code for binary message serialization.

Distinguishing note: Focuses on schema-driven binary serialization for network protocols rather than general-purpose data format conversion.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Protocol Serialization Frameworks. Refine with filters or upvote what's useful.

Awesome Protocol Serialization Frameworks GitHub Repositories

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

    telegramdesktop/tdesktop

    32,099GitHub पर देखें↗

    This project is a cross-platform messaging client that implements a secure, real-time communication protocol. It provides a comprehensive development toolkit, including a database library and messaging SDK, which allows for the creation of custom messaging applications that maintain synchronized state across multiple devices. The core architecture relies on an asynchronous event-driven model to ensure responsive performance while managing persistent local database synchronization with server-side state. The client distinguishes itself through a robust end-to-end encryption layer that supports

    "Uses a formal, versioned schema definition to automatically generate type-safe code for serializing and deserializing binary network messages."

    C++messengermulti-platformtelegram
    GitHub पर देखें↗32,099
  • cloudevents/speccloudevents का अवतार

    cloudevents/spec

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

    CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT

    Provides a protocol-agnostic serialization framework for mapping events to JSON, Avro, and Protobuf.

    Pythonserverlessspecification
    GitHub पर देखें↗5,801
  • railseventstore/rails_event_storeRailsEventStore का अवतार

    RailsEventStore/rails_event_store

    1,507GitHub पर देखें↗

    Rails Event Store is a library for implementing event sourcing and command query responsibility segregation patterns within Ruby applications. It functions as a framework for capturing all application state changes as an immutable sequence of events, providing a permanent and verifiable history of system operations. The library provides a messaging infrastructure that decouples business logic by broadcasting domain events through a central bus. This architecture allows for the execution of handlers either immediately or asynchronously, ensuring that heavy processing tasks do not block the pri

    Encapsulates domain data into structured, schema-agnostic formats for consistent long-term storage.

    Rubyaggregate-rootcqrscqrs-es
    GitHub पर देखें↗1,507
  1. Home
  2. Software Engineering & Architecture
  3. Protocol Serialization Frameworks

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

  • Multi-Format Event SerializationMaps event attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf. **Distinct from Protocol Serialization Frameworks:** Distinct from Protocol Serialization Frameworks: focuses on mapping events to multiple formats, not schema-driven binary serialization for network protocols.