Browse Source

更新 'README.md'

master
何雨繁 4 years ago
parent
commit
f639a73136
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      README.md

+ 6
- 6
README.md View File

@ -1,16 +1,16 @@
# whiteboard_by_socket_io
# whiteboard_by_UHost
在线白板,基于socket.io的多人在线协作工具 在线白板,基于socket.io的多人在线协作工具
此项目用于socket.io技术的使用演示 此项目用于socket.io技术的使用演示
* 1.安装node.js
* 2.在某个文件夹下执行npm install socket.io
* 3.将源码拷贝到该文件夹下
* 1.使用Xshell在云主机中安装node.js(可参考https://blog.csdn.net/weixin_42365757/article/details/108507213)
* 2.新建一个文件夹,在该文件夹下执行npm install socket.io
* 3.将项目里所有内容拷贝到该文件夹下
* 4.执行node main.js * 4.执行node main.js
* 5.开两个浏览器访问http://localhost/
* 5.访问http://云主机外网ip/
目前支持画直线、添加文字、橡皮擦、清空画布功能,可以参考源码自行添加其他功能。 目前支持画直线、添加文字、橡皮擦、清空画布功能,可以参考源码自行添加其他功能。
可用于多人在线交流,起到白板的作用。 可用于多人在线交流,起到白板的作用。
演示地址:[演示地址](http://zidafone.com/)
演示地址:http://106.75.253.94/

Loading…
Cancel
Save