Best of DenoJune 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    The V8 JavaScript Engine

    This post provides an in-depth explanation of the V8 JavaScript engine, its role in Node.js, and how it works. It also mentions the possibility of creating your own JavaScript runtime using V8.

  2. 2
    Article
    Avatar of denoDeno·2y

    Announcing Hono on JSR

    JSR is a modern JavaScript registry that simplifies the publishing and consumption of JavaScript and TypeScript modules, supporting web standards. Over 250 new packages are published weekly. Hono, a fast and lightweight server routing framework with excellent TypeScript support, is now available on JSR. Installation can be easily done using deno or npm, and developers can benefit from integrated type definitions and documentation.