1 مستودع
Routing service API requests through message brokers to ensure reliable asynchronous delivery.
Distinct from Message Queue Routing: Distinct from Message Queue Routing as it specifically invokes service APIs via brokers, not just routing logs.
Explore 1 awesome GitHub repository matching networking & communication · Asynchronous API Routing. Refine with filters or upvote what's useful.
ServiceStack is a high-performance .NET web framework designed for building type-safe APIs using strongly-typed request and response objects. It functions as a message-based API engine that decouples business logic from the transport layer, allowing services to be exposed via multiple protocols including HTTP, gRPC, and various message queue providers. The framework is distinguished by its type-safe API generator, which produces native client SDKs and data transfer objects from service metadata across multiple languages. It also includes a distributed service gateway for microservices orchest
Invokes service APIs over reliable message brokers to ensure asynchronous delivery.