我正在开发一个分散的(服务器和客户端)应用程序体系结构,并使用websockets作为所有服务器和所有clients.Multiple主服务器联盟之间的通信方法,我在服务器端使用横栏,在客户机上使用autobahn。在crossbar.io站点中的文档页上写着:
A Crossbar.io node is a single instance of the Crossbar.io software
running on a single machine. This Crossbar.io node can form a cluster
or federated network by connecting to other Crossbar.io nodes on the
same, or, more often on other machines.Externally, the cluster will
behave like a single instance.
While application components connect to specific nodes or are directly
hosted by specific nodes, this is transparent from an application
point of view: application components are agnostic to how and where
they are deployed.

搜索如何实现该体系结构的方向,无论是在文档页面上还是在web上都没有结果。这个架构是如何实现的?
发布于 2015-07-21 10:03:52
不幸的是,这个体系结构的这一部分是我们还在研究的。目前,无法对Crossbar.io节点进行集群。
不幸的是,体系结构页面目前表明这是可用的。我在页面的开头添加了一个注释,它澄清了体系结构的某些部分尚未实现(将在今天部署更改的版本)。
很抱歉误导了你!
https://stackoverflow.com/questions/31506558
复制相似问题