Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question