28.7 Summary
This chapter has introduced you to Deno, a modern alternative to Node.js. Deno is a comparatively young platform that is currently still very much outshone by Node.js. Nevertheless, Deno takes a very modern approach. You can see this simply from the fact that the core of the platform isn’t written in C or C++, but in Rust. In addition, Dahl has attempted to address the architectural weaknesses of Node.js in Deno by adding the permissions system and allowing Deno to do without an additional package manager altogether, for example.
The question as to whether or not you should base your next project on Node.js or Deno isn’t an easy one. What speaks for Node.js is that the platform has proven itself in practical use over many years ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access