DEV Community

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

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,