Hacker News new | ask | show | jobs
by u-rate 1623 days ago
Love Deno. So much much more intuitive and simple than Node. I highly recommend you giving it a try, if you used Node before, Deno will be a super easy to learn tool.
1 comments

> So much much more intuitive and simple than Node.

Can you elaborate?

- No package.json or other config files - web compatible where possible (es6 import, fetch…) - native ts/js/tsx/jsx

Overall, it just makes sense. It feels like you’re using one syntax for front and backend instead of having to use two different ones.