Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 406 Bytes

Jitter MQTT node API

A node module implementing the Jitter realtime protocol on top of MQTT.

Building

Note that the source code for this npm module is written in typescrypt. To install a typescript compiler:

npm install typescript --save-dev

Compile to javascript before committing with the following command:

npm run build

This updates the code in the 'lib' directory.