Hacker News new | ask | show | jobs
by digianarchist 2115 days ago
JavaScript really does take over everything.
2 comments

Heh. More seriously, I think maybe deno[1] should be on that list, as a nodejs 2.0 / event loop for js 2.0?

[1] https://deno.land

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).
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.