awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • firebase/firebase-ios-sdkfirebase 的头像

    firebase/firebase-ios-sdk

    6,618在 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
    在 GitHub 上查看↗6,618
  • inngest/inngestinngest 的头像

    inngest/inngest

    5,499在 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
    在 GitHub 上查看↗5,499
  • appwrite/sdk-for-react-nativeappwrite 的头像

    appwrite/sdk-for-react-native

    4,274在 GitHub 上查看↗

    这是一个适用于 React Native 的后端即服务(BaaS)SDK,提供了一个将移动应用与后端服务集成的库。它作为在移动环境中管理用户身份验证、云数据库和远程文件存储的客户端。 该 SDK 使移动开发者能够使用 OAuth、电子邮件和电话验证实现安全登录流程。它包括一个用于对结构化数据执行 CRUD 操作的数据库客户端,以及一个用于从远程云存储桶上传和检索二进制资产的存储客户端。此外,它还具有一个基于 WebSocket 的接口,用于接收数据库和存储更改的即时服务器端更新。 该项目涵盖了广泛的功能领域,包括身份和访问管理、结构化文档存储以及实时数据同步。它还提供了用于管理团队成员资格和共享偏好的工具。

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

    TypeScriptappwritebaasjavascript
    在 GitHub 上查看↗4,274
  • vlcn-io/cr-sqlitevlcn-io 的头像

    vlcn-io/cr-sqlite

    3,640在 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
    在 GitHub 上查看↗3,640
  1. Home
  2. Networking & Communication
  3. WebSocket-Based Database Synchronization

探索子标签

  • 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.