multicast-dns : Low level multicast-dns implementation in pure javascript. You can installing multicast-dns npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install multicast-dns $ sudo npm install -g multicast-dns
If want to update the multicast-dns package execute the command as below,
$ sudo npm update multicast-dns
Update package globally,
$ npm install -g multicast-dns
$ sudo git clone https://github.com/rektide/multicast-dns.git
$ sudo npm install -g ./multicast-dns
multicast-dns@6.2.1 /usr/lib/node_modules/multicast-dns
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall multicast-dns
Package Name | multicast-dns |
Version | 6.2.1 |
Description | Low level multicast-dns implementation in pure javascript |
Released Date | 2017-11-24T19:18:55.673Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/multicast-dns/tutorial |