Inspired by: https://lamplightdev.com/blog/2024/01/10/streaming-html-out-of-order-without-javascript/
To run locally:
# install dependencies
npm ci
# start server
node server
# or with watch mode
npx nodemon server
# open http://localhost:3303 in browser