mirror of
https://github.com/alwxkxk/soft-and-hard.git
synced 2025-02-04 06:42:54 +08:00
9 lines
113 B
Markdown
9 lines
113 B
Markdown
# demo0.1
|
|
```bash
|
|
#启动
|
|
node server.js
|
|
|
|
#浏览器访问 127.0.0.1:8000
|
|
#tcp客户端连接 127.0.0.1:9000
|
|
|
|
``` |