Best of DenoSeptember 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Intro to Deno – Guide for Beginners

    Deno is built on the V8 JavaScript engine but was built using Rust instead of C++. It aims to have the same APIs on the server that you would use in the browser. It uses TypeScript as a first class language out of the box, so you can run or use TypeScript without installing any other TypeScript.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Don’t worry, Nobody is Replacing Node, not Even Bun and Even less Deno

    Node.js is part of the OpenJS foundation, and is led and organized by the Technical Steering Committee (TSC) It still has a long way to walk before it reaches a maturity level where it can be safely adopted by companies. Some of these tasks are to implement mechanisms that are missing now, like adding TLS verification to their fetch function.