Package Exports
- bonjour
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bonjour) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bonjour
A Bonjour/Zeroconf protocol implementation in JavaScript.
This project is still work-in-progress
Installation
npm install bonjour
Usage
Advertising new services:
var bonjour = require('bonjour')()
// advertise an HTTP server on port 3000
// or give it a custom name and configuration details
bonjour.publish({ type: 'http', protocol: 'tcp', port: 3000, name: 'Foobar', txt: {...} })
License
MIT