demo-js-drawing 是一个使用Wilddog实现的画图示例。一端用户用在canvas上画图,笔画会实时传输到其他客户端,可以多人协作一起画图!
http://drawing.wilddogapp.com/
本地运行需要依赖node.js。 需要安装node.js和npm。
安装依赖:
cd demo-js-drawing
npm install -g grunt
npm install
启动http服务:
grunt serve
访问浏览器地址: http://127.0.0.1:9000/ 。
这里分类汇总了 WildDog平台上的示例程序和开源应用, 链接地址:https://github.com/WildDogTeam/wilddog-demos
MIT http://wilddog.mit-license.org/
demo-js-drawing is built on and with the aid of several projects. We would like to thank the following projects for helping us achieve our goals:
Open Source:
- Firebase Drawing Example
- JQuery The Write Less, Do More, JavaScript Library.