June 2017
Beginner to intermediate
274 pages
6h 49m
English
Flexibility, scalability and durability are the same advantages that drove the development of microkernel operating systems back in the 1980s, but the term microservice (refer to following image) specifically refers to applying them to web applications:

This means that instead of writing one server program that handles all the logic of our web application, we'll write one or more servers that handle most of the frontend work and call on a bunch of different special-purpose servers to handle all the backend work and any remaining parts of the frontend.
Each special-purpose server should ...
Read now
Unlock full access