SSR on Cloudflare workers #13381
Unanswered
danbars
asked this question in
Ideas / Proposals
Replies: 1 comment 3 replies
-
A lot has changed since this was written. Cloudflare Pages is now mature enough, and many frameworks already have native integrations. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cloudflare workers are pretty popular Serverless environment.
It is different then most other Serverless in that it doesn't run on node, but rather on V8 Isolate. Essentially this is a WebWorker interface.
In order to allow SSR in this environment, there has to be no dependency on Node or Express.
The new
production-export.js
is a step in the right direction, but I still couldn't make this work.It'd be great if Quasar supports SSR on Cloudflare.
Beta Was this translation helpful? Give feedback.
All reactions