DZone

The title says it all, but details are always welcome. But first some definitions. According to the classic article by Martin Fowler:

“The microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable.”

Source: DZone