Download latest version of backplane:
Install npm package of backplane client:
# npm
npm install @finos/fdc3-backplane-client
#yarn
yarn add @finos/fdc3-backplane-client
See readme
- "MultiHostConfig": {
"MemberNodes": [
//put your member nodes url here
//example:
"http://Desktop_B:4475"
]
},
Download the seed project as zip from https://github.com/Finsemble/finsemble-seed/tree/release/7.3.2
cd finsemble-seed
yarn install
Note: In case of multi desktop interop, both instance of finsemble on desktop A and B must have this configuration to communicate with backplane.