A
A
Andrzejpl2020-08-25 12:37:04
Backend
Andrzejpl, 2020-08-25 12:37:04

Why do we need a server in the chain client server database?

I just started learning about building backend services and wondered: why do I need a server? Why sending queries to the database directly from the client is considered incorrect, and why is another layer of abstraction needed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitsliputsli, 2020-08-25
@Vitsliputsli

Because backend is not a database, and business logic is not data.
But not all tasks require client-server interaction, a server is not needed - do not use it, place the database on the client.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question