Skip to content

Instantly share code, notes, and snippets.

@alanhortz
Created June 23, 2015 12:17
Show Gist options
  • Save alanhortz/08a7945ee0d3f2da8c9e to your computer and use it in GitHub Desktop.
Save alanhortz/08a7945ee0d3f2da8c9e to your computer and use it in GitHub Desktop.
Node.js app advertising Network Service Discovery on the network
var mdns = require('mdns');
var ad = mdns.createAdvertisement(mdns.tcp('http'),3000, {name: 'Node Server'});
ad.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment