Server-side
Server-side refers to operations that are processed by a web server, rather than by the user’s device. Server-side code is responsible for tasks like database queries, user authentication, and dynamic content generation. It is executed before the webpage is sent to the user’s browser, making it a key component of websites that require real-time data processing or complex interactions.