Doesn't this sort of... miss the entire point of serverless? It's an API framework, with syntax like serverless, but without the whole advantage of serverless: not having to manage individual servers, CDNs, networking, mirroring, etc. So you end up with something like Flight PHP or Next.js's API routes, but still needs to be deployed and then manually managed and scaled. Cloudflare Workers is innovative not because i…
Not necessarily - I think the target audience is different. If you are administering an internal datacenter in a company, then you can utilize this to offer a serverless env. to application developers in your company, and then those developers would benefits similar to that of AWS lambda/CF workers etc. Someone will obviously have to manage servers, but in addition to it, it is also quite a bit of work to support orc…
That makes sense if they already have the network but not necessarily the easy to use APIs for serverless. Kinda a way to overlay new dev modalities onto old infrastructure, I suppose.