@shmVirus

Server-Side Basics

Routing, request handling, templating, and reading and writing data on the server.

A server-side application receives HTTP requests, processes them, and sends back responses — often generated dynamically from a database. This chapter covers routing, middleware, server-side templating, form processing, and a basic integration with a relational database.