私は分散型 (サーバーとクライアント) アプリケーション アーキテクチャを開発しており、すべてのサーバーとすべてのクライアント間の通信方法として websocket を使用しています。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 で結果が得られませんでした。このアーキテクチャはどのように実装されていますか?