Node.js Node.js DNS The dns module enables name resolution. For example, use it to look up IP addresses of host names. Syntax The syntax for including the DNS module in your application: var dns = require(‘dns’); … Read more 0 FacebookTwitterPinterestEmail