I want to ping a server from my node.js app.
Is that doable?
Thanks
node-net-ping is an awesome module that uses raw sockets.
And, if you are looking for only raw sockets, the same developer has a module for that too: node-raw-socket.