...

/

Microservice Architecture

Microservice Architecture

This lesson gives an overview of popular web server operating systems.

We'll cover the following...

In a conventional style of web hosting, the code for all functionalities of the entire website exists on one server. A client connects to this server, and it handles everything and responds.

Microservices

However, most modern websites don’t rely on this style of web hosting, i.e., the code of all of the functionalities of the entire website does not exist on one server. Instead, websites are ...