Hacker News new | ask | show | jobs
by xmonkee 696 days ago
We are using deno to allow our customers to run custom code with imports. This is only made possible with http imports and I for one am very happy it exists.
1 comments

Can't you use also Node with `--experimental-network-imports` flag?

https://nodejs.org/api/esm.html#https-and-http-imports

I use it as a backup platform to Deno to test my code.