Server-side

Server-side refers to operations that are performed by the server in a client-server relationship in computer networking. Typically, server-side logic involves actions that take place on a server, such as storing and retrieving data, which the client or user device does not see. It’s like the kitchen in a restaurant where all the food preparation takes place; customers order their meals (send requests), which are prepared in the kitchen (server) and then delivered to the table (client).

Was this article helpful?

Related Articles