ngx-mqtt
This library isn't just a wrapper around MQTT.js for angular. It uses observables and takes care of subscription handling and message routing.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- extensions.json
- launch.json
- tasks.json
- mosquitto.conf
- mqtt.model.ts
- mqtt.module.ts
- mqtt.service.spec.ts
- mqtt.service.ts
- public-api.ts
- LICENSE
- ng-package.json
- package.json
- README.md
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- .editorconfig
- .gitignore
- .travis.yml
- angular.json
- CHANGELOG.md
- LICENSE
- mosquitto.sh
- package-lock.json
- package.json
- README.md
- tsconfig.json
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/sclausen/ngx-mqtt
Downloads the entire project code from GitHub to your computer.
cd ngx-mqtt
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
