- Microservice or Microservice architecture is a way you build your system by breaking modules into smaller pieces and deploying them separately as separate processes and on separate machines and also they talk together to form an application
- The communication happens via API (Major Rest API i.e JSON payload or via SOAP)
Reference :