A better MQTT API for the browser
Stars
51
Forks
13
Watchers
51
Open Issues
0
Overall repository health assessment
3.5.02.1.02.10.29.0.15.1.10.4.30.1.21.3.02.4.03.1.01.17.42.6.2Release 1.3.1: fix to avoid throwing errors if received messages cannot be parsed as strings
ef5ac26View on GitHubAdd back returning payloadBytes if payloadString is not defined
febc29cView on GitHubImplement messages API automatic subscribe and unsubscribe
0548b7cView on GitHubAdd unit test for messages API, .bind and .unbind returns client and some documentation in README
f7be3caView on GitHubImplement basic messages API and add .once documentation to README
7cb4125View on GitHubAdd npm run script for development, implement utility method for mqtt topic to regex conversion
50b7cd4View on GitHubSignificantly improve README structure and add some missing parts, Release 1.1.0
dcc3d38View on GitHubEmit 'connecting' after Paho connect has been called, and emit 'disconnect' before 'offline' when manually disconnecting, implement lifecycle events unit tests
6a7e447View on GitHubUpdate demo to log when new events occur and add form entry field for reconnection timeout
2fe6f1eView on GitHub