What are microservices.md 529 B


Title: "What are microservices" Date: 2017-02-10 15:05:52 Categories: [programming] tags: [swe]

Authors: sedlav

Microservices are a way of structuring a project so the focus is on individual, logically separated services. Each component of the application (say, authentication, payment processing, or user searches) is split into its own microservice, with its own independent codebase and deployments, as well as a team responsible for it.

Link