What is the difference between microservices and web services?

The closest I found the actual difference is this article .

But I did not understand what would make me choose one by one, and if microservices can also use the REST API and communicate via http.

Basically, I did not understand what a microservice is, and whether it can come instead of a web service, except for the purpose

splitting large software applications into loosely coupled modules

+4
source share
2 answers

A microservice is a software architecture that can be implemented using web services.

A webservice - ( ) "" HTTP.

+4

: - - ( ) -, "" HTTP - , - .

WWW. , , , http-.

"-" - !

, , .

+4

Source: https://habr.com/ru/post/1682815/


All Articles