mirror of
https://github.com/alwxkxk/soft-and-hard.git
synced 2025-01-14 06:12:52 +08:00
demo1
文件目录说明
- myapp : nodejs代码
- nodemcu : nodemcu代码,使用Arduino IDE打开
使用说明
# 进入目录
cd myapp
# 安装依赖
npm install
# 运行demo1
npm run start
# 浏览器访问127.0.0.1:8001
# 硬件或网络调试助手 TCP连接127.0.0.1:9002
端口
- demo1-tcp: 9002
- demo1-http: 8001