Please enable JavaScript.
Coggle requires JavaScript to display documents.
Scaling a System, Full Stack Development, Types of Architecture,…
-
-
Types of Architecture
Microservices
Definition :checkered_flag:
A single microservice contains routing, middleware, business logic, database access to implement one feature of an app
-
-
project
DO NOT USE THIS AS TEMPLATE, SINCE ITS BUILD FROM SCRATCH, WHEREAS IN LARGE PROJECTS ITS THE PACKAGE USAGE.
-
Monolith
Definition :checkered_flag:
A monolith contains all Routing, middleware, feature, database access to access all features of an application
-
-