News

Version 1.30 of the Deno JavaScript/TypeScript runtime, published late January 2023, emphasizes support for built-in Node.js modules and offers a major update to the configuration file.
SQLite in Node makes it easier than ever to persist data with server-side JavaScript. Get started with the node:sqlite module.
Deno 1.30 improves support for Node built-in modules and import maps. Deno 1.31 add Recent releases of Deno (1.30, 1.31, and 1.32) make it easier for Node.js developers to transition to Deno projects.
It provides built-in support for Node APIs, including built-in modules like fs, path, and net, globals like __dirname and process, and the Node.js module resolution algorithm (node_modules).
In the ever-evolving world of JavaScript development, ... It implements around 40 of Node.js’s built-in modules, focusing on APIs that are most useful to developers.