DEV Community

Discussion on: Vue Serverless Side Rendering with AWS Lambda@Edge

Collapse
 
oguimbal profile image
Olivier Guimbal • Edited

Have you ever tried to run SSR on Cloudflare Workers ? (the problem being that its not nodejs, but kind of a webworker running server-side).
I managed to run Nuxt on them (it is blazingly fast... way faster than a lambda), but it implied using a lot of dark magic & hacks that I dont like.
I was wondering if others have had a more sustainable solution ?

Collapse
 
thetre97 profile image
Travis Reynolds • Edited

Have you seen serverless-demo.nuxt.workers.dev?
It is ridiculously fast... and hopefully will be released soon: community.cloudflare.com/t/vue-js-...

Collapse
 
divporter profile image
David Porter

I hadn't tried sorry. I've actually never heard of them, so I'll have to take a look.