awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesActor-Based Message Routing

Routing logic specifically designed for dispatching messages between isolated actors in a distributed system.

Distinct from Actor Messaging: Focuses on the routing logic and state isolation rather than just the data exchange protocol.

Explore 2 awesome GitHub repositories matching data & databases · Actor-Based Message Routing. Refine with filters or upvote what's useful.

Awesome Actor-Based Message Routing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • puniverse/quasarpuniverse का अवतार

    puniverse/quasar

    4,553GitHub पर देखें↗

    Quasar is a JVM concurrency framework that implements the actor model and a lightweight thread library. It provides isolated execution units that communicate via asynchronous message passing to eliminate shared mutable state. The project distinguishes itself through a distributed actor system capable of operating across multiple cluster nodes with location-transparent registries and actor state migration. It utilizes a work-stealing fiber scheduler to manage millions of lightweight threads, allowing tasks to suspend during non-blocking I/O operations without stalling underlying system threads

    Attaches sender references and identifiers to messages to enable precise routing of replies.

    Javaactorsconcurrencyfibers
    GitHub पर देखें↗4,553
  • lonng/nanolonng का अवतार

    lonng/nano

    3,173GitHub पर देखें↗

    Nano is a distributed application framework designed for building systems using an actor-based messaging model. It functions as a distributed actor framework that decouples components through asynchronous messaging to maintain state isolation across a server cluster. The system acts as a cluster message dispatcher and session-aware request router, tracking client state to route incoming messages to the specific agent holding the session data. It utilizes a distributed agent registry to coordinate the dispatching of messages between multiple application instances acting as agents. The framewo

    Uses independent agents to handle asynchronous messaging and state isolation across a distributed system.

    Godistributed-systemsgamegolang
    GitHub पर देखें↗3,173
  1. Home
  2. Data & Databases
  3. Data Exchange Protocols
  4. Runtime Data Exchange
  5. Actor Messaging
  6. Actor-Based Message Routing