An architectural pattern where independent microservices expose RESTful APIs and interact via HTTP/JSON protocols is known as:
AMonolithic Architecture
BMainframe Architecture
CBlackboard Architecture
DMicroservices Architecture
Explanation
Microservices Architecture structures an application as a collection of loosely coupled, independently deployable services.

No Comments