Ask HN: What can't Deno do that Node can
I've run a couple web servers for years with nodejs. I'm thinking of using Deno instead for a new project and wondering what Deno can't do. I use Postgres, Cors. Nothing really tricky, but just wondering if anyone has tried this and has experience arguing against this choice.
8 comments
[ 0.16 ms ] story [ 28.8 ms ] threadI encourage people to switch to node because even a frontend developer understands typescript and java script
Deno can replace node but then there will be bun and in all that race I think Node will still be champ
My use case was automated testing of React components. All stuff I’ve done a million times with Node, nothing crazy.