You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
何雨繁 166e58be29 上传文件至 '' 4 years ago
.gitignore 上传文件至 '' 4 years ago
LICENSE 上传文件至 '' 4 years ago
README.md 上传文件至 '' 4 years ago
index.html 上传文件至 '' 4 years ago
main.js 上传文件至 '' 4 years ago

README.md

whiteboard_by_socket_io

在线白板,基于socket.io的多人在线协作工具

此项目用于socket.io技术的使用演示

  • 1.安装node.js
  • 2.在某个文件夹下执行npm install socket.io
  • 3.将源码拷贝到该文件夹下
  • 4.执行node main.js
  • 5.开两个浏览器访问http://localhost/

目前支持画直线、添加文字、橡皮擦、清空画布功能,可以参考源码自行添加其他功能。

可用于多人在线交流,起到白板的作用。

演示地址:演示地址