Tagged "serverless"

This website is finally running on Cloudflare Workers

I’ve been planning to move my hobby website to a serverless architecture such as Cloudflare Workers for some time. Recent rise of serverless platforms really interests me and I’ve been experimenting with some basic ideas for a while including this website. So that means I do not need any VPS providers such as GCP, AWS or Linode anymore to host my website. Particularly, isolates used by Cloudflare Workers seems to be the next step of sharing more resources on the same hardware. Also, since it includes WebAssembly, you can code in a different language such as Rust and still target this platform.