简介、截图
- Clone 代码到本地
cd code/in/your/dir/
git clone https://github.com/xxuyou/whiteboard.git
- 进入目录,编译代码
cd whiteboard/
npm install
- 运行
npm start
- 打开浏览器,输入 http://127.0.0.1:8360/?uid=100
多开启几个浏览器,每个页面 uid 参数填写不同的数字模拟用户,然后在其中一个页面上写字,其他页面就可以看到。
Thinkjs 提供免费开源的 Node 开发框架!