Hacker News new | ask | show | jobs
by rmccue 2113 days ago
I know this is a joke, but we’re legitimately running v8 as a PHP extension in production on high-traffic sites. It’s actually quite good for server-side JS rendering when you’re working inside an existing PHP framework (WordPress, in our case).
1 comments

Mind linking anything on how you’re doing that? We’d looked into a couple years ago but it seemed quite complicated from a setup perspective.