Issue #59

If you’ve been around awhile you may remember us getting all excited about a new JavaScript runtime named Deno. Almost a year ago, it was the top project of our second newsletter. Deno is a new JavaScript runtime that aims to solve some of the defects of Node.js.

Here are the main points in a few words:

  • More secure: you have to explicitly grant Node.js to access the file system or to make HTTP requests for example
  • No more centralized package management system: you can include an external JavaScript file downloaded from anywhere, it does not have to be registered in the package.json file.
  • TypeScript is supported by default

Although still not production ready, it has gained a lot of traction over the last few months with over 140 contributors.

Version 1.0 is expected by the end of the summer and we can’t wait to share more details about any developments!

Speaking of Node.js, 12.6 brings a powerful feature: the workers_thread module is now available without special flags. We often hear that Node.js’ single-threaded architecture doesn’t fare well with heavy computations. Hopefully, with the workers_thread module, the ability to create a main thread and several worker threads may change the game!

Algorithm Visualizer
Algorithm Visualizer
+905
Interactive Online Platform that Visualizes Algorithms from Code
Deno
Deno
+670
A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Vue.js
Vue.js
+580
A progressive, incrementally-adoptable framework for building UI on the web
Svelte
Svelte
+483
Cybernetically enhanced web apps
React
React
+419
A declarative, efficient, and flexible JavaScript library for building user interfaces.
VS Code
VS Code
+383
Visual Studio Code
Awesome
Awesome
+380
Awesome lists about all kinds of interesting topics
JS Algorithms & Data Structures
JS Algorithms & Data Structures
+351
Algorithms and data structures implemented in JavaScript

Any question or feedback? Reach us on GitHub.

Best of JavaScript is a project created by Michael Rambeau, made in Osaka, Japan.