Earlier quoted context omitted.
do you mean that one must be completely flawless?
Only when you're being pedantic.
Cloudflare Workers: Run JavaScript Service Workers at the Edge
131–134 of 134 posts
Re: Cloudflare Workers: Run JavaScript Service Workers at the Edge
#132So, can I use this to do this: Render your SPA (different index.html) when a login cookie is set and otherwise render your landing page (yet another index.html)? - Such that that my http://example.com can always be cached (unless it needs to hit the server where the same logic is implemented). And in general, how do you manage your landing page vs. your SPA?
Re: Cloudflare Workers: Run JavaScript Service Workers at the Edge
#133Also a little concerned about writing anything substantial without an onprem version!
Re: Cloudflare Workers: Run JavaScript Service Workers at the Edge
#134This is really cool! I wonder if this will become the new "S3 API" and get everyone to copy^H^H^H^H implement it. Also a little concerned about writing anything substantial without an onprem version!
FWIW I've seen several different folks saying they're working on implementing a Service Workers API shim on top of Node, which would be a great way to get an on-prem version, and should not be very hard to do.