5 ms·
It’s a server-side framework that delivers static content - but the static content is rendered just in time rather than ahead of time. For ahead of time static
by rough-sea 4y ago
It’s a server-side framework that delivers static content - but the static content is rendered just in time rather than ahead of time.
For ahead of time static sites in Deno, check out Packup https://packup.deno.dev/ https://packup.deno.dev/
- Waterluvian 4y agoAhhh gotcha. So unlikely to be a good fit for my needs. Thanks!
- pier25 4y agoAFAIK the static content is cached somehow with Fresh/Deno. It's not compiled on every request.