Deno is gaining traction

Deno is a Node.js alternative developed by Ryan Dahl, who also was the original developer of Node.js. Looking through the NATS websocket code, I noticed it is being built by deno. Apparently Deno has a bundler that can be used to output a single ES module. After working with Node.js/NPM for years, this seems like a good step forward and in line with the NATS project’s value of simplicity.

I will also be looking at Deno for managing the build of frontend Javascript bits in the Simple IoT project …