通过 gadgets.rpc 进行 OpenSocial 小工具到小工具的通信
我可以举一个使用 在两个 OpenSocial 小工具之间进行通信的示例吗gadgets.rpc API?
我已经搜索过一个,但我能找到的最接近的是一个已弃用的小工具到容器通信的示例。
Could I have an example of communication between two OpenSocial gadgets using the gadgets.rpc API?
I've searched for one, but the closest I can find is a deprecated example of gadget-to-container communication.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 pubsub 进行小工具到小工具的通信。
在一个小工具上,您可以按如下方式订阅事件:
在另一个小工具上,您可以按如下方式发布事件:
you can use pubsub for gadget-to-gadget communication.
on a gadget, you subscribe for an event as follows:
on another gadget, you publish events as follows: