#child_process alternative
1 messages · Page 1 of 1 (latest)
dns functions?
node:dns package
Well... Almost all dns servers support TCP.. so its easy to implement IT with tcp Client
I'm having that issue trying to implement "nodemailer"
You can use Bun.spawn as a replacement for child_process: https://github.com/oven-sh/bun#bunspawn--spawn-a-process
For DNS, you can use a library that makes fetch() calls to a DNS over HTTPS server: https://github.com/byu-imaal/dohjs
oh yes DOH is there as well
We will soon have child_process.spawn thanks to @forest tulip