Cloudflare Pages: Best server tech since CGI-bin?
taras.glek.net
Cloudflare Pages: Best server tech since CGI-bin?
1–10 of 226 posts
Re: Cloudflare Pages: Best server tech since CGI-bin?
#2One thing that stuck out was the comment about "Twitter cards", since Vercel/Next now has this built in: https://twitter.com/vercel/status/1579561293069316096
Re: Cloudflare Pages: Best server tech since CGI-bin?
#3I feel like there's a large class of tools in this space now (Vercel, Netlify) that do all of this and more, and this post is less about Cloudflare Pages and more about the (really good) state of static hosting these days? One thing that stuck out was the comment about "Twitter cards", since Vercel/Next now has this built in: https://twitter.com/vercel/status/1579561293069316096
Re: Cloudflare Pages: Best server tech since CGI-bin?
#4I feel like there's a large class of tools in this space now (Vercel, Netlify) that do all of this and more, and this post is less about Cloudflare Pages and more about the (really good) state of static hosting these days? One thing that stuck out was the comment about "Twitter cards", since Vercel/Next now has this built in: https://twitter.com/vercel/status/1579561293069316096
Static hosting has historically been seen as exactly that, static and immutable.
Things like Cloudflare functions/workers can turn static hosting into dynamic content delivery while maintaining (most of) the benefits of static hosting.
Granted, this can be done whether the underlying content is hosted on Cloudflare, AWS, or a server in your garage so long as it’s proxied/CDN’d by a service like Cloudflare or Cloudfront+Lambda@edge, etc.
Re: Cloudflare Pages: Best server tech since CGI-bin?
#5Github pages and likely others also supports this format, so moving between those two services doesn't exhibit this problem. Moving to cgi-bin will.
I'd suggest Cloudflare shouldn't try to establish their scheme as canonical url and rather implement github pages behavior, but what do I know... I'm just hosting an old fashioned blog, not a JAMstack/SPA/whatever thing
Re: Cloudflare Pages: Best server tech since CGI-bin?
#6Re: Cloudflare Pages: Best server tech since CGI-bin?
#7Having worked with some J2EE early in my career, I also had trouble mentally mapping "middleware" to an "interceptor" function when first encountering these "hip" frameworks
Re: Cloudflare Pages: Best server tech since CGI-bin?
#8Re: Cloudflare Pages: Best server tech since CGI-bin?
#9Re: Cloudflare Pages: Best server tech since CGI-bin?
#10Otherwise static websites are only for devs.