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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesClient-Server Synchronization

Mechanisms to keep frontend type definitions and hooks in sync with backend schemas.

Distinct from TypeScript Type Definitions: Distinct from general type definitions by focusing specifically on the automated synchronization between server-side schemas and client-side consumption

Explore 4 awesome GitHub repositories matching software engineering & architecture · Client-Server Synchronization. Refine with filters or upvote what's useful.

Awesome Client-Server Synchronization GitHub Repositories

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

    amplication/amplication

    16,012GitHub पर देखें↗

    Amplication is a low-code API platform and backend service generator designed to accelerate the development of business domain services. It automates the creation of APIs and data models through schema-driven code generation, transforming structured definitions into executable backend source code. The platform functions as a developer portal orchestrator that establishes standardized workflows and golden paths for software delivery. It enforces organizational coding standards and best practices by applying live templates and predefined blueprints across all generated services. The system inc

    Generates type-safe TypeScript definitions and hooks directly from schemas to ensure consistency between server and client implementations.

    TypeScriptapicode-generationcsharp
    GitHub पर देखें↗16,012
  • automerge/automergeautomerge का अवतार

    automerge/automerge

    6,373GitHub पर देखें↗

    Automerge एक वितरित स्टेट सिंक्रोनाइज़ेशन इंजन और कॉन्फ्लिक्ट-फ्री रेप्लिकेटेड डेटा टाइप्स (CRDTs) के लिए लाइब्रेरी है। यह कई नोड्स को एक साझा डेटासेट पर समवर्ती अपडेट करने में सक्षम बनाता है, जबकि यह गारंटी देता है कि सभी रेप्लिका अंततः एक ही स्टेट पर अभिसरण (converge) करते हैं। प्रोजेक्ट स्टेट मर्जिंग और सिंक्रोनाइज़ेशन को प्रबंधित करने के लिए Rust में लिखा गया एक उच्च-प्रदर्शन कार्यान्वयन प्रदान करता है। यह साथियों के बीच न्यूनतम डेल्टा अपडेट प्रसारित करने के लिए एक बाइट-कंप्रेस्ड सिंक्रोनाइज़ेशन प्रोटोकॉल का उपयोग करता है, जो पीयर-टू-पीयर और रीयल-टाइम सहयोगी वातावरण में डेटा स्थिरता की सुविधा प्रदान करता है। सिस्टम वितरित साझा स्टेट के लिए व्यापक क्षमताओं को कवर करता है, जिसमें कॉज़ल ग्राफ कॉन्फ्लिक्ट रिज़ॉल्यूशन, ऑपरेशन-लॉग रिप्ले, और भाषा-अज्ञेय डेटा एन्कोडिंग शामिल है। इसमें यह सुनिश्चित करने के लिए सत्यापन प्रक्रियाएं शामिल हैं कि दस्तावेज़ और डेटा मान विभिन्न ऑपरेटिंग सिस्टम और भाषा कार्यान्वयन में सुसंगत रूप से व्याख्या किए जाते हैं।

    Implements a byte-compressed synchronization protocol to transmit minimal delta updates between peers.

    JavaScript
    GitHub पर देखें↗6,373
  • realm/realm-jsrealm का अवतार

    realm/realm-js

    6,001GitHub पर देखें↗

    Realm is a mobile database: an alternative to SQLite & key-value stores

    Combines local persistence and remote sync into one unified data flow over a custom protocol.

    TypeScriptmobile-databasemobile-firstnosql-database
    GitHub पर देखें↗6,001
  • opencloud-eu/opencloudopencloud-eu का अवतार

    opencloud-eu/opencloud

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

    OpenCloud is a self-hosted platform for synchronizing files across devices and sharing them with team members through collaborative spaces and access controls. It enables users to sync files between a server and local desktop and mobile clients, manage files and folders, and share content with internal and external contributors via permission-based links and file drops. The platform integrates an embedded OpenID Connect identity provider for authentication and supports external identity providers. It stores all data and metadata directly on the filesystem, eliminating the need for a separate

    Maintains file consistency between server and local devices through a proprietary sync protocol that manages incremental updates and conflict resolution.

    Go
    GitHub पर देखें↗4,829
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Client-Server Synchronization

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

  • Proprietary Sync Protocols2 सब-टैग्सCustom protocols for maintaining file consistency between server and local devices with incremental updates and conflict resolution. **Distinct from Client-Server Synchronization:** Distinct from Client-Server Synchronization: focuses on a proprietary sync protocol for file consistency, not generic type-definition synchronization.