1 مستودع
Services that expose internal logic to the web via HTTP endpoints and real-time communication channels.
Distinct from HTTP/2 and WebSocket Servers: Existing candidates were either clients, pure servers, or specific proxies; this is a gateway exposing microservices.
Explore 1 awesome GitHub repository matching web development · Web API Gateways. Refine with filters or upvote what's useful.
Nameko is a Python microservices framework designed for building distributed systems. It functions as an RPC communication framework and an event-driven architecture tool, using a message broker to decouple isolated service components. The framework provides a multi-protocol gateway that exposes internal microservice logic to external clients via HTTP endpoints and websockets. It enables the exchange of request-response messages and the broadcasting of asynchronous events to maintain data consistency across a distributed system. The system includes a command line interface for controlling an
Exposes web endpoints and real-time communication channels to allow external clients to interact with internal microservices.