[Solved] Micro services vs web services [closed]


Micro services are a “design” pattern that guides how you implement functionality. “Web services” on the other hand focus on how customers consume services.

In that sense, these two concepts are completely orthogonal. You can provide a REST / SOAP interface to your clients – and internally, this REST endpoint is implemented as micro service … or as just one thing within a huge monolith.

2

solved Micro services vs web services [closed]