DEV Community

Discussion on: What is Deno.js and why should you care?

Collapse
 
sirseanofloxley profile image
Sean Allin Newell

I've started using deno for my one off scripts, was very pleasant. Love top level async/await.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I just use TypeScript with ts-node where I can find more libraries.

Collapse
 
soremwar profile image
Steven Guerrero

Most Node libraries work with Deno. Check PIKA.DEV and JSPM.IO, or follow the tutorials on how to make conversion of packages.

Technically, any package that is valid JavaScript (and not NodeJS JavaScript) is a valid Deno module.

Thread Thread
 
jianwu profile image
jianwu

Jspm.io sounds interesting,