Skip to content

NATS Streaming Server

NATS Streaming Server is a data streaming system often utilized in event-driven architectures.^[100-inbox-microservices-with-node-js-and-react.md] In microservices ecosystems, it functions as an event broker to facilitate communication between different services^[100-inbox-microservices-with-node-js-and-react.md].

Use Cases

The platform is commonly employed in [[Microservices]] architectures to manage asynchronous communication.^[100-inbox-microservices-with-node-js-and-react.md] For example, in an E-Commerce application built with Node.js and React, NATS Streaming Server handles the event communication required to coordinate distinct services^[100-inbox-microservices-with-node-js-and-react.md].

Sources

^[100-inbox-microservices-with-node-js-and-react.md]