...

>

SCSs and Microservices

SCSs and Microservices

In this lesson, we'll study the relationship between SCSs and microservices.

SCSs stand out from deployment monoliths in the same way as microservices. A deployment monolith would implement the entire application in a single deployable artifact while SCSs divide the system into several independent web applications.

Because an SCS is a separate web ...