数据订阅和更新有哪些框架?

发布于 2024-09-03 21:46:17 字数 325 浏览 3 评论 0原文

一台服务器有多个客户端。客户端正在查看服务器整个数据的子集。如果客户端正在查看的数据发生变化,则应将变化通知客户端,以便其显示当前数据。

例子: 两个客户端正在管理屏幕中查看用户列表。一个客户端将新用户添加到列表中并修改另一用户的权限。另一个客户端看到更改传播到他们的视图。

在客户端代码中,我希望框架本身更新用户列表,引发更改的事件,以便重新绘制 - 类似于 '单元格'或数据流。

我正在专门寻找 .NET 或 java 实现。

There is one server with multiple clients. The clients are viewing subsets of the servers entire data. If the data that a client is viewing changes, the client should be informed of the changes so that it displays the current data.

Example:
Two clients are viewing a list of users in an administration screen. One client adds a new user to the list and modifies the permissions of another user. The other client sees the changes propagated to their view.

In the client side code I would like the users list to be updated by the framework itself, raising changed events such that it will be redrawn - similar to 'cells' or dataflow.

I am looking specifically for a .NET or java implementation.

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

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

发布评论

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

评论(1

怪我入戏太深 2024-09-10 21:46:17

这个问题非常广泛,所以这是我非常广泛的答案:是的,某些数据库支持支持数据库的发布-订阅消息传递,可用于实现“服务器推送”。

The question is very broad so here is my very broad answer: yes, some databases support database-enabled publish-subscribe messaging than can be used to implement "server push".

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