dependabot[bot] 05cbd26962
build(deps): bump path-parse from 1.0.6 to 1.0.7 in /demo1/myapp
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>
2021-08-10 20:43:22 +00:00
..
2019-02-11 09:54:37 +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