awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesWebSocket-Based Database Synchronization

Exchanging database state updates in real-time via persistent bidirectional WebSocket connections.

Distinct from WebSocket and Fallback Connection Establishment: Focuses on database state synchronization specifically via WebSockets, rather than general connection management or MQTT brokers.

Explore 4 awesome GitHub repositories matching networking & communication · WebSocket-Based Database Synchronization. Refine with filters or upvote what's useful.

Awesome WebSocket-Based Database Synchronization 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.
  • firebase/firebase-ios-sdkAvatar de firebase

    firebase/firebase-ios-sdk

    6,618Voir sur GitHub↗

    This is a Backend as a Service SDK for Apple platforms, providing a collection of libraries that connect iOS and macOS applications to cloud databases, authentication services, and serverless infrastructure. It serves as a developer kit for integrating real-time data synchronization, file storage, and push notifications into native apps. The SDK is distinguished by its generative AI integration, which routes text and multimodal prompts between on-device models and cloud-hosted large language models. It further differentiates itself with a specialized app distribution tool for managing pre-rel

    Propagates real-time data changes to connected clients via persistent bidirectional WebSocket connections.

    C++aianalyticsauthentication
    Voir sur GitHub↗6,618
  • inngest/inngestAvatar de inngest

    inngest/inngest

    5,499Voir sur GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Maintains persistent connections between the application and the orchestration engine to stream progress updates and trigger events with low latency.

    Go
    Voir sur GitHub↗5,499
  • appwrite/sdk-for-react-nativeAvatar de appwrite

    appwrite/sdk-for-react-native

    4,274Voir sur GitHub↗

    Ceci est un SDK Backend-as-a-Service pour React Native, fournissant une bibliothèque pour intégrer les applications mobiles avec des services backend. Il sert de client pour gérer l'authentification des utilisateurs, les bases de données cloud et le stockage de fichiers distant au sein d'un environnement mobile. Le SDK permet aux développeurs mobiles d'implémenter des flux de connexion sécurisés en utilisant OAuth, l'e-mail et la vérification par téléphone. Il inclut un client de base de données pour effectuer des opérations CRUD sur des données structurées et un client de stockage pour télécharger et récupérer des assets binaires depuis des buckets cloud distants. De plus, il dispose d'une interface basée sur WebSocket pour recevoir des mises à jour instantanées côté serveur sur les changements de base de données et de stockage. Le projet couvre de larges domaines de capacités, incluant la gestion des identités et des accès, le stockage de documents structurés et la synchronisation de données en temps réel. Il fournit également des utilitaires pour gérer les adhésions aux équipes et les préférences partagées.

    Provides real-time synchronization of database and storage updates via a persistent WebSocket connection.

    TypeScriptappwritebaasjavascript
    Voir sur GitHub↗4,274
  • vlcn-io/cr-sqliteAvatar de vlcn-io

    vlcn-io/cr-sqlite

    3,640Voir sur GitHub↗

    cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure eventual consistency across distributed nodes. It provides the core capabilities for offline-first data synchronization, allowing multiple database instances to merge concurrent updates and reach a consistent state. The project distinguishes itself through a combination of CRDT-based data replication and a WASM-based database engine, enabling full SQL execution and state persistence within web browsers. It supports peer-to-peer replication and cross-tab synchronization, utilizing ca

    Implements real-time database change exchange using persistent WebSocket connections.

    Rustcrdtdatabasesqlite
    Voir sur GitHub↗3,640
  1. Home
  2. Networking & Communication
  3. WebSocket-Based Database Synchronization

Explorer les sous-tags

  • Realtime Orchestration SynchronizationMaintains persistent WebSocket connections between applications and the orchestration engine to stream progress updates and trigger events. **Distinct from WebSocket-Based Database Synchronization:** Distinct from WebSocket-Based Database Synchronization: focuses on workflow progress and orchestration events rather than database state synchronization.