# nestjs-micro **Repository Path**: ukiot/nestjs-micro ## Basic Information - **Project Name**: nestjs-micro - **Description**: NestJs 微服务测试Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-03 - **Last Updated**: 2025-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nestjs 微服务测试Demo:包含TCP&MQTT # 使用说明 ## 1、先启动MQTT和TCP微服务 cd mqtt-service npm run start:dev ![MQTT服务](images/004.png) cd tcp-service npm run start:dev ![TCP服务](images/003.png) ## 2、启动应用程序 cd api-server npm run start:dev ![启动效果](images/002.png) ## 通过网页调用api ![API](images/001.png) ## 3、调用示例 ![](images/005.png) ![](images/007.png) ![](images/009.png) ![](images/006.png) ![](images/008.png) ![Redis](images/010.png) ![Redis](images/011.png)