node.js – port test

require('portscanner').checkPortStatus(
80, '192.168.1.234'
, function(error, status) {
  console.log(status)
})

Leave a Reply