awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Event Delivery Controls · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesEvent Delivery Controls

Configuration and reliability protocols that modify how messages are transmitted, confirmed, or discarded, distinct from the act of emission itself.

Explore 1 awesome GitHub repository matching networking & communication · Event Delivery Controls. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Communication Paradigms
  5. Event Delivery Controls

Awesome Event Delivery Controls GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • socketio/socket.io

    socketio/socket.io

    62,883GitHubView on GitHub↗

    Socket.io is a real-time communication engine that enables bidirectional, event-based data exchange between clients and servers. It provides a robust transport-agnostic protocol layer that automatically manages connection lifecycles, including heartbeat signals, automatic reconnection, and seamless fallback between Web

    TypeScriptjavascriptnodejssocket-io

Explore sub-tags

  • Emission FlagsControls that allow developers to define specific packet delivery behaviors, such as marking events as volatile.
  • Event Acknowledgement StrategiesStrategies for requesting and receiving confirmation from recipients to verify the delivery of sent events.
  • Event TimeoutsMechanisms for assigning time limits to event emissions to manage cases where recipients fail to respond.
Volatile Event Emission
Event emission methods that discard messages if the connection is not ready to prevent delivery delays.