用于团队/教育协作的 Node.js 白板应用程序
我正在寻求构建/改编一个用于团队和教育协作的共享白板应用程序。在板上画画,写一些文本,保存图片,清除板等。我们已经使用node.js和socket.io设置了一个简单的聊天系统,所以可能想继续沿着这条路线走。
- 存在哪些开源应用程序可以插入/适应此用途?
- 哪些 node.js / javascript / html5 技术可能对这项任务有用?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
就node.js技术而言,您需要以下
就客户端上的渲染而言,我建议
分离由此你需要某种数据库,Redis,mongoDB 和CouchDB 很流行。
除此之外就这样写吧。您认为您可能需要的任何其他库都可以在 npm 注册表 上找到
,但是我可以提供一些 package.json示例 我的聊天 和 我的博客 提供一些关于哪些库有用的灵感
As far as node.js technologies you would need the following
As far as rendering on the client I would recommend
Apart from that you need some kind of database, Redis, mongoDB & CouchDB are popular.
Apart from that just write it. Any other libraries you think you might need along the way can be found on the npm registry
However I can offer some package.json examples for my chat and my blog to give some inspiration as to what libraries are useful
Node.js 中的另一个开源白板位于
https://github.com/Imaginea/matisse
网站: http://www.thematisse.org
Another open source whiteboard in Node.js is here
https://github.com/Imaginea/matisse
website: http://www.thematisse.org
NodeJs 中的开源白板
https://github.com/opinsys/walma
Open Source Whiteboard in NodeJs
https://github.com/opinsys/walma