Multicast DNS Stack
Multicast DNS Stack for TypeScript/JavaScript Applications.
``sh`
npm install --save @matrixai/mdns
Run nix develop, and once you're inside, you can use:
`sh`install (or reinstall packages from package.json)
npm installbuild the dist
npm run buildrun the repl (this allows you to import from ./src)
npm run tsxrun the tests
npm run testlint the source code
npm run lintautomatically fix the source
npm run lintfix
`sh`
npm run docs
See the docs at: https://matrixai.github.io/js-mdns/
`sh``npm login
npm version patch # major/minor/patch
npm run build
npm publish --access public
git push
git push --tags
js-mdns is licensed under Apache-2.0, you may read the terms of the license here.