Y
Hacker News
new
|
ask
|
show
|
jobs
by
lionkor
124 days ago
V8 is C++, so why isn't it "C++ powered"?
2 comments
skiniks
124 days ago
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.
link
tubs
124 days ago
How big is the server runtime compared to v8 under the hood?
Yes, every one of those apps is c++ powered.
link
koakuma-chan
124 days ago
They are using Deno
link