Saved Bookmarks
| 1. |
What are Microservices? |
|
Answer» Microservices is a process of DEVELOPING applications that consist of code that is independent of each other and of the underlying developing platform. Each microservice runs a unique process and COMMUNICATES through well-defined and standardized APIS, once created. These SERVICES are defined in the form of a catalog so that developers can easily locate the right service and ALSO understand the governance rules for usage. |
|