TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Real-time Collaboration Made Easy

7 点作者 jameshsi超过 11 年前
Dynajot (<a href="http:&#x2F;&#x2F;www.dynajot.com" rel="nofollow">http:&#x2F;&#x2F;www.dynajot.com</a>) aims to be an extremely low friction way to create real-time collaborative applications. With a single javascript include, the library syncs DOM nodes for multiple users across browsers.<p>You can view the code on Github here: <a href="https:&#x2F;&#x2F;github.com&#x2F;rabidsnail&#x2F;dynajot-sync">https:&#x2F;&#x2F;github.com&#x2F;rabidsnail&#x2F;dynajot-sync</a>

2 条评论

ivan_ah超过 11 年前
Very cool.<p>So you sync the DOM right? Wouldn&#x27;t it make more sense to sync at the &quot;model&quot; level? I&#x27;m assuming most applications are generated from some model as follows:<p><pre><code> model --render()--&gt; DOM </code></pre> in that case syncing the DOMs would not sync the models of the two applications.
wib超过 11 年前
Pretty cool. But why would I use this over Etherpad?