Introdução
Definições iniciais
The web works by serving documents to users. Normally those documents are html files with data embedded, and they are either built ahead of time (static sites) or built as needed (dynamic sites). Now this has changed quite a bit, and a lot of new sit...