1.0.1 • Published 9 years ago

mdns-native v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

mdns-native

A node MDNS module that uses system installed programs to publish services with Node.js.

Installation

  npm install mdns-native

Usage

  var mdns = require('mdns-native')
      publish = mdns.publish;


<!--- publish(type, domain, port) -->
	publish('_coqs-server', 'local', '9000');

Tests

   npm test

Release History

  • 1.0.1 Minor project tweaks
  • 1.0.0 First stable release
  • 0.1.0 Initial release