Skip to content

coqsenpate/node-mdns-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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('_myService', 'local', 9000);

Tests

   npm test

Release History

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published