Deno 1.35: A fast and convenient way to build web servers

Deno’s latest release is focused on simplifying programming and improving productivity. The stable release of Deno.serve() provides a convenient way to build web servers. It offers an easier API and significantly enhances performance, with benchmarks showing twice the throughput compared to Node.js. Deno’s npm compatibility has also been improved, allowing developers to use popular packages with minimal supply chain risks. The release includes other improvements such as changes to Deno’s API, web API enhancements, language server improvements, and changes to the standard library. Overall, Deno continues to strive for simplicity and efficiency in programming.

https://deno.com/blog/v1.35

To top