DEV Community

Discussion on: Deno vs NodeJS #JS

Collapse
 
robdwaller profile image
Rob Waller

It depends on what you are trying to achieve.

If you are doing something server focused then I would look at Deno, as it is likely the future for JavaScript in this area. But if you are doing JavaScript in the browser, or that will be your main focus, then I would continue to look into Node.js.