It’s weird that so many template systems designed for the web take the time to calculate what the final byte of a response should be before transmitting the first byte. — When an application receives a request for new content, we might query our database, make our own HTTP requests, perform some computation, and then slowly assemble the string of HTML content we will send back in the response. While we’re doing this, our user is left staring at a blank…