如何在crossbar.io中实现多节点架构?
How to implement multinode architecture in crossbar.io?
我正在开发分散式(服务器和客户端)应用程序架构,并使用 websockets 作为所有服务器和所有 clients.Multiple 主服务器之间的通信方法 federation.I 我在服务器端和高速公路上使用 crossbar在客户端上。
在 crossbar.io site 的文档页面上,它说:
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 上搜索有关如何实现此体系结构的方向没有给我任何结果。
这个架构是如何实现的?
不幸的是,这部分架构我们仍在努力。目前,无法集群 Crossbar.io 个节点。
不幸的是,架构页面目前表明这已经可用。我在页面的开头添加了一条注释,阐明了部分架构尚未实现(今天将部署更改后的版本)。
抱歉误导你了!
我正在开发分散式(服务器和客户端)应用程序架构,并使用 websockets 作为所有服务器和所有 clients.Multiple 主服务器之间的通信方法 federation.I 我在服务器端和高速公路上使用 crossbar在客户端上。 在 crossbar.io site 的文档页面上,它说:
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.
不幸的是,这部分架构我们仍在努力。目前,无法集群 Crossbar.io 个节点。
不幸的是,架构页面目前表明这已经可用。我在页面的开头添加了一条注释,阐明了部分架构尚未实现(今天将部署更改后的版本)。
抱歉误导你了!