Remix.run Logo
lionkor an hour ago

V8 is C++, so why isn't it "C++ powered"?

skiniks an hour ago | parent | next [-]

Technically you could say that, but the entire server runtime is written in Rust. V8 is just the embedded JavaScript engine. By that logic, every Node.js or Deno app would be "C++ powered" since they all use V8.

koakuma-chan an hour ago | parent | prev [-]

They are using Deno