1 repository
Integration layers that allow a framework to operate as middleware within an ExpressJS web server.
Distinguishing note: None of the candidates relate to integrating a microservices framework into the ExpressJS middleware pipeline.
Explore 1 awesome GitHub repository matching web development · ExpressJS Integrations. Refine with filters or upvote what's useful.
Moleculer is a Node.js microservices framework designed for building distributed systems. It functions as a distributed service broker, task orchestrator, and service mesh framework, enabling a decentralized architecture with built-in service discovery and load balancing. The project differentiates itself through a pluggable transport layer supporting protocols such as NATS, Redis, TCP, and Kafka, as well as a dedicated microservices API gateway that maps external HTTP and WebSocket requests to internal service actions. It includes built-in fault tolerance mechanisms, including circuit breake
Can operate as a middleware component integrated within an existing ExpressJS web server.