What’s deno?
• It’s a TypeScript runtime focused on
security, built on V8.
• No explicitly compatible with NodeJS
(also: no npm, no package.json, etc.).
• The initial prototype used a Golang
backend, current one is written in Rust.
C++ is used in a minimal way to bind V8
to these alternative backends.