January 2019
Intermediate to advanced
520 pages
14h 32m
English
Let's look an example of an e-commerce monolith server that provides the following features:
Old-fashioned servers developed years ago would include all of these features together. Even if you split it into separate application modules, they would still work on the same server. You can see an example structure of a monolithic service here:

In reality, the real server contains more modules than this, but we have separated them into logical groups based on the tasks they perform. This is a ...
Read now
Unlock full access