Skip to content

Instantly share code, notes, and snippets.

@anmolsukki
Last active November 2, 2021 19:18
Show Gist options
  • Save anmolsukki/f4dd67361339f711e620f568ad192d46 to your computer and use it in GitHub Desktop.
Save anmolsukki/f4dd67361339f711e620f568ad192d46 to your computer and use it in GitHub Desktop.

Microservices

Communication strategies

Sync:- Services communicate with each other using direct requests

Async:- Services communicate with each other using events

What is monolith contains

A Monolith contains Routing, Middleware, Business Logic and Database Acces to implement all features of our app.

What is Single Microservices

A Monolith contains Routing, Middleware, Business Logic and Database Acces to implement one features of our app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment