Server sided rendering with PHP

Hello,
Is there a way I can use server sided rendering using PHP instead of node.js?

1 Like

Aurelia is completely client-side for now. Use whatever backend you’d like. Build your Aurelia client-side app and put it under /static or /public or what have you.

1 Like

Thank you for your answer. Currently, as far as I’m concerned, Aurelia has SSR only with node.
Source: https://aurelia.io/docs/ssr/introduction#what-is-server-side-rendering

1 Like

That thing is experimental. I wouldn’t recommend it for production, although you’re more than welcome to try.
I think SSR is officially on the roadmap for vNext, but it will probably still be NodeJS only at launch.
Maybe you can have your PHP fork a NodeJS process to render the page :smiley: