6 ms·
You might want to consider giving Deno another shot, as they've spent a lot of time on building node comparability since v1.15 specifically to address these pro
by MarkBennett 5y ago
You might want to consider giving Deno another shot, as they've spent a lot of time on building node comparability since v1.15 specifically to address these problems.
Many of the APIs you mentioned are supported already, while a few require the unstable flag...
https://deno.land/std/node/README.md https://deno.land/std/node/README.md
In my experience I've been able to use many node packages unmodified recently.