Skip to content

Example of an Order and Customer service streaming to / 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.

License

Notifications You must be signed in to change notification settings

DeltaIII/MicroLib-Example

 
 

Repository files navigation

Developing an application using MicroLib

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.

About

Example of an Order and Customer service streaming to / 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • Shell 18.6%
  • Batchfile 12.9%
  • HTML 0.9%