awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mrniko/redissonAvatar de mrniko

    mrniko/redisson

    24,355Ver en 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
    Ver en GitHub↗24,355
  • feathersjs/feathersAvatar de feathersjs

    feathersjs/feathers

    15,253Ver en 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
    Ver en GitHub↗15,253
  • elie222/inbox-zeroAvatar de elie222

    elie222/inbox-zero

    10,101Ver en 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
    Ver en GitHub↗10,101
  • pimzino/spec-workflow-mcpAvatar de Pimzino

    Pimzino/spec-workflow-mcp

    3,898Ver en 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
    Ver en GitHub↗3,898
  • jjtech0130/pypushAvatar de JJTech0130

    JJTech0130/pypush

    3,750Ver en 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
    Ver en GitHub↗3,750
  1. Home
  2. Networking & Communication
  3. Push Notification Servers
  4. Event-Driven Synchronization

Explorar subetiquetas

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