DEV Community

Discussion on: The trouble with implementing SSR into a Laravel/Vue app

Collapse
 
hipertracker profile image
Jaroslaw Zabiello

You are wrong. PHP can understand JavaScript thanks to V8js. There is no need to spawn an external Node server.

Collapse
 
michi profile image
Michael Z

In my research regarding v8js, the setup looked more complicated.

Actually the PHP dependency supports both Node and v8js.

Collapse
 
microdreamit profile image
Shahanur Sharif

setting up V8js is a hell process. I have been trying to implement it but its far more complicated.