Server-side programming
Definitions
The practice of writing code that runs on a web server rather than in a user's web browser.
A method of software development where the application logic, database interactions, and authentication occur on the host server.
Examples
Server-side programming is essential for managing database interactions and user authentication in web applications.
Many developers prefer using Node.js for server-side programming because it allows them to use JavaScript on both the client and the server.
Synonyms
Backend development Server-side scripting Backend engineering Back-end programming
Antonyms
Client-side programming Frontend development Frontend engineering Client-side scripting