Hacker News new | ask | show | jobs
by Lk7Of3vfJS2n 1081 days ago
I'd like to see dynamic code running on a CDN.
3 comments

Check out Wasmer Edge... you may find it interesting for deploying things on the Edge with dynamic routing!

https://wasmer.io/products/edge

Like Cloudflare Workers? https://workers.cloudflare.com/
Dynamic how? Like pages that load content from a database? Typically anything “dynamic” is on the backend, all your static shit (images, videos, sounds, fonts, etc.) are in the front end and on a CDN, which will make calls to your backend, which would be on a VM or in a k8s cluster, which in turn may make database calls.