awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesEvent-Driven Synchronization

Mechanisms that trigger immediate data synchronization based on external push events.

Distinct from Push Notification Servers: Distinct from Push Notification Servers: focuses on the synchronization of external data triggered by push events rather than the delivery of notifications.

Explore 5 awesome GitHub repositories matching networking & communication · Event-Driven Synchronization. Refine with filters or upvote what's useful.

Awesome Event-Driven 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.
  • mrniko/redissonAvatar de mrniko

    mrniko/redisson

    24,355Voir sur GitHub↗

    Redisson is a Java client library for Redis and Valkey that provides a distributed data structure library, a distributed lock manager, and a distributed MapReduce framework. It enables application instances in a cluster to share state through thread-safe collections and objects. The project implements a JCache compliant caching layer for standardized data storage and retrieval. It also functions as a probabilistic data store, providing memory-efficient structures such as Bloom filters and HyperLogLog for high-volume data membership testing. The library covers distributed state management usi

    Synchronizes local application state by listening to real-time publication channels via a pub/sub mechanism.

    Java
    Voir sur GitHub↗24,355
  • feathersjs/feathersAvatar de feathersjs

    feathersjs/feathers

    15,253Voir sur GitHub↗

    Feathers is a database-agnostic Node.js application framework designed for building scalable backend systems. It functions as a real-time API framework that provides a server implementation for both REST endpoints and WebSocket connections. The framework decouples application logic from the underlying database technology and communication protocols. This allows a single service to handle both HTTP and Socket requests while separating business logic from the specific data persistence layer. The system organizes data operations through a standardized service-based interface and utilizes hook-b

    Ships mechanisms that trigger immediate data synchronization across clients via internal service events.

    TypeScriptbrowserfeathersfeathersjs
    Voir sur GitHub↗15,253
  • elie222/inbox-zeroAvatar de elie222

    elie222/inbox-zero

    10,101Voir sur GitHub↗

    Inbox Zero is an AI-powered email automation platform and inbox organizer. It uses large language models to automatically categorize, label, and archive emails, while providing a conversational interface for managing workflows and drafting responses through natural language. The project distinguishes itself by integrating real-time calendar availability into its drafting process and generating AI-summarized meeting briefings. It supports a pluggable AI provider interface with model fallback chains, allowing it to connect to various cloud or local LLM providers. Users can also control their in

    Triggers immediate email processing by integrating with external push notification services like Google PubSub.

    TypeScriptaiemailgmail
    Voir sur GitHub↗10,101
  • pimzino/spec-workflow-mcpAvatar de Pimzino

    Pimzino/spec-workflow-mcp

    3,898Voir sur GitHub↗

    This project is a Model Context Protocol server designed to manage structured software development workflows. It functions as a project management tool that enforces a sequential pipeline from requirements and design to implementation, ensuring that AI agents and developers follow a specific documentation and coding process. The system differentiates itself through a state-machine workflow enforcement mechanism that blocks progress between development phases until specific validation criteria are met and mandatory human approvals are granted. It includes a structured documentation generator t

    Provides an event-driven mechanism to synchronize workflow and specification progress with a web interface in real-time.

    TypeScript
    Voir sur GitHub↗3,898
  • jjtech0130/pypushAvatar de JJTech0130

    JJTech0130/pypush

    3,750Voir sur GitHub↗

    pypush is a Python client library and programmatic interface for the Apple Push Notification service. It provides the necessary tools to send and receive push notification messages and functions as an iMessage client implementation. The library enables the registration of devices with Apple services to receive push notifications and interact with internal application interfaces. It achieves this by emulating the handshake and identity of physical Apple devices to authenticate with proprietary push notification servers. The system manages communication through binary frame serialization, sess

    Processes incoming push packets asynchronously to trigger specific client-side reactions.

    Pythonimessageproof-of-conceptreverse-engineering
    Voir sur GitHub↗3,750
  1. Home
  2. Networking & Communication
  3. Push Notification Servers
  4. Event-Driven Synchronization

Explorer les sous-tags

  • Packet Event HandlingAsynchronous processing of incoming network packets to trigger client-side reactions. **Distinct from Event-Driven Synchronization:** Focuses on the asynchronous handling of incoming binary packets rather than data synchronization state.