DEV Community

Discussion on: Node.js & Deno Comparison

Collapse
 
amantini1997 profile image
Alessandro Amantini

I may be mistaken, but another cool feature of deno is that it supports async/await function at top level, which is my opinion is very handy.

Collapse
 
drmaquino profile image
Mariano Aquino

You can also do that with node latest version, if you are using es6 modules :)

Collapse
 
shreyanshsheth profile image
Shreyansh sheth

Yes, I've Forgot To Mention That . But You Can Do Same Thing With Node If You Are Using Typescript. But Deno Made It Easier Because It Supports Typescript Out Of The Box.