用于团队/教育协作的 Node.js 白板应用程序

发布于 2024-12-07 11:54:01 字数 208 浏览 1 评论 0 原文

我正在寻求构建/改编一个用于团队和教育协作的共享白板应用程序。在板上画画,写一些文本,保存图片,清除板等。我们已经使用node.js和socket.io设置了一个简单的聊天系统,所以可能想继续沿着这条路线走。

  1. 存在哪些开源应用程序可以插入/适应此用途?
  2. 哪些 node.js / javascript / html5 技术可能对这项任务有用?

I'm looking to build/adapt a shared whiteboard app for team and educational collaboration. Draw on a board, write some text, save picture, clear board, etc. We've already got a simple chat system setup with node.js and socket.io so probably want to stay on that route.

  1. What open source apps exist that might be pluggable / adaptable for this use?
  2. What node.js / javascript / html5 technologies might be useful for this task?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

执笔绘流年 2024-12-14 11:54:01

就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

断肠人 2024-12-14 11:54:01

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

静赏你的温柔 2024-12-14 11:54:01

NodeJs 中的开源白板

https://github.com/opinsys/walma

Open Source Whiteboard in NodeJs

https://github.com/opinsys/walma

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文