Getting Started
git clone https://github.com/module-federation/MicroLib-Example
cd MicroLib-Example
cp dotenv.example .env
npm ci
npm run build
npm start .
npm run demo
See the article that describes these concepts in detail.
Example of an Order and Customer service streaming to and running in the same MicroLib host server process. Shows integration with, and orchestration of, an Address, Payment, Inventory, Shipping, Event (Kafka, WebSockets), and Persistance service (MongoDB) via MicroLib federated ports.