mirror of
https://github.com/alwxkxk/soft-and-hard.git
synced 2025-01-28 06:32:54 +08:00
05cbd26962
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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