Deno 1.46 brings simplified CLI, multithreaded servers, and improved Node.js compatibility

Deno 1.46 brings simplified CLI, multithreaded servers, and improved Node.js compatibility

Deno, the modern runtime for JavaScript and TypeScript, has unveiled its final 1.x release with version 1.46. Aimed at enhancing the JavaScript development experience, Deno offers native TypeScript support, an integrated toolchain, web standard API support, and secure-by-default code execution.

Version 1.46 introduces several key features, including a simplified CLI with shorter invocations and shorthand permission flags. It also enables multithreaded web servers using deno serve --parallel and significantly improves Node.js & npm compatibility, adding support for libraries such as Playwright, Google Cloud, MySQL2, PGlite, and SSH2.

Additional updates in Deno 1.46 enhance dependency management with deno remove and deno clean, introduce code signing for deno compile to improve software portability, and expand deno fmt to support HTML, CSS, YAML, and more.

by Paul

cz
city_zen found this interesting
Deno iconDeno
  21
  • ...

Deno is a modern JavaScript/TypeScript server runtime designed with a focus on security and simplicity. Rated 4, it offers robust support for TypeScript and is optimized for server-side applications. Key alternatives include Node.js, Bun, and ASP.NET. Deno aims to streamline development while ensuring secure execution of code.

No comments so far, maybe you want to be first?
Gu