What I Love (and Don’t Love) About Deno

<p>In 2018, Ryan Dahl, founder of the Node runtime environment for JavaScript gave a talk at JSConf &mdash;<a href="https://www.youtube.com/watch?v=M3BM9TB-8yA" rel="noopener ugc nofollow" target="_blank">10 Things I Regret About Node.js</a>. It&rsquo;s not often that you hear from the founder of a technology turned paradigm that he regrets some of the major features of his own invention. If you haven&rsquo;t watched the talk, I highly recommend it. He highlights the deficiencies that exist in Node, some of which we, as developers, consider features.</p> <p>In the talk, he also introduces Deno, a new runtime environment that uses V8 but is built in Rust. At the time, he called it his side project, because Ryan Dahl makes a hobby out of tinkering with entirely new runtime environments. Nevertheless, the introduction of Deno almost immediately spawned a thousand tech articles asking the question: will Deno replace Node?</p> <p>The short answer is&hellip; maybe.</p> <h1>The Five Features I Love In Deno</h1> <p>I spent a long time in the Deno ecosystem while developing an open-source tool with a small team of engineers. We contributed to the community in part because we found it exciting. Our tool helps developers identify memory leaks in production-level applications. These are the kinds of tools that Node has had for years at this point. By the end of the first release, these were the features that stood out to me that Deno provides.</p> <p><a href="https://betterprogramming.pub/what-i-love-about-deno-af35d1f46d">Click Here</a></p>
Tags: Deno Node.js.