zeroconf

0.1.4 • Public • Published

zeroconf

Deprecation notice: This module have been renamed to bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript.

Build status js-standard-style

Installation

npm install zeroconf

Usage

Advertising new services:

var zeroconf = require('zeroconf')()
 
// advertise an HTTP server on port 3000
zeroconf.tcp.publish('http', 3000)
 
// or give it a custom name and configuration details
zeroconf.publish({ type: 'http', protocol: 'tcp', port: 3000, name: 'Foobar', txt: {...} })

License

MIT

Package Sidebar

Install

npm i zeroconf

Weekly Downloads

1

Version

0.1.4

License

MIT

Last publish

Collaborators

  • watson