ngx-mqtt
TypeScript icon, indicating that this package has built-in type declarations

17.0.0 • Public • Published

ngx-mqtt npm Travis

This library isn't just a wrapper around MQTT.js for angular. It uses observables and takes care of subscription handling and message routing.

Since it's based on the browserified version of mqtt.js, this means although you have the possibility to use mqtt, mqtts, tcp, ssl, wx or wxs as the protocol in the client options, you can't use it, because this is a browser library where you can't conntect with mqtt directly via tcp, but with websockets. You also can't use key, cert and ca for the same reasons.

If you have any issues using this library, please visit it's homepage and look for similar issues in the issue tracker before you file a bug.

Local development

For local development all peer dependency automatically installed during install.

Readme

Keywords

Package Sidebar

Install

npm i ngx-mqtt

Weekly Downloads

4,474

Version

17.0.0

License

MIT

Unpacked Size

117 kB

Total Files

15

Last publish

Collaborators

  • sclausen