JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2895230
  • Score
    100M100P100Q244089F
  • License MIT

A Bonjour/Zeroconf protocol implementation in JavaScript

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

Build status js-standard-style

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