# mqtt **Repository Path**: xuejiangjun/mqtt ## Basic Information - **Project Name**: mqtt - **Description**: nodejs连接阿里云物联网套件示例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mqtt nodejs连接阿里云物联网套件示例 ## shell ``` package install # install mqtt npm install mqtt --save # install request npm install request --save ```