远程电梯演员
您好,我是 Lift 的新手,我想知道是否有用于 Lift 应用程序的远程参与者库。我有一个场景,其中远程节点将信息更新到显示实时状态的电梯应用程序。我想使用 Lift 远程 Actor 来实现此目的。
Hi I am new to Lift , and I wanted to know if there is a remote actors library for Lift applications. I have a scenario where I have remote nodes updating information to my Lift Application that displays real-time status. I wanted to use Lift remote actors for that purpose.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Akka 来实现远程 Actor。
You can use Akka to implement remote actors.