5 Trying to send a plain text message in a Node.js app in the same way I would from the terminal using ‘nc’, i.e. echo “a.random.test” | nc -v However not able to do so. I have tried using the const ‘netcat/client’ npm module with no luck.
https://stackoverflow.com/questions/53474697/node-js-equivalent-of-echo-message-nc-v-server-port

