Deno in 2023

In 2023, Deno made significant strides in improving Node/npm compatibility, performance, and simplifying web development. Deno now supports package.json files and can import built-in Node modules using node: specifiers. The Deno.serve web server API was stabilized, resulting in a significant improvement in HTTP throughput. Deno also introduced better support for web streams and made enhancements to its configuration file, deno.json. Other notable updates include improved editor integration, the addition of WebGPU, and advancements in the Fresh web framework. Deno also expanded its cloud business offerings with self-service Subhosting and the launch of Deno KV, Queues, and Cron.

https://deno.com/blog/deno-in-2023

To top