Thursday, March 8, 2018

microservice

  1. Microservices is an approach to application development in which a large application is built as a suite of modular services. Each module supports a specific business goal and uses a simple, well-defined interface to communicate with other sets of services.
  2.  Microservices must be independently deployable, whereas SOA services are often implemented in deployment monoliths. ... So, SOA is an architectural pattern in which application components provide services to other components. However, in SOA those components can belong to the same application.
  3.  https://en.wikipedia.org/wiki/Microservices
  4.  

No comments:

Post a Comment