Serveripõhine
Serveripõhine, or server-based, describes software and system designs where the primary processing, data storage, and business logic reside on remote servers rather than on the client device. In this model, clients act mainly as user interfaces or front-ends that communicate with the servers over a network, typically through APIs or web protocols.
In a serveripõhine architecture, servers provide services such as data management, authentication, and business-rule execution. The
Advantages include centralized maintenance, scalable resource management, improved security controls, and simpler application updates since changes
Typical use cases include web-based applications, RESTful or GraphQL APIs, cloud-based software as a service (SaaS),