backplane

backplane logo

Quick Start Guide

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

Multi desktop interop through config

- "MultiHostConfig": {
    "MemberNodes": [
      //put your member nodes url here
      //example: 
      "http://Desktop_B:4475"
    ]
  },

Finsemble-Backplane Integration

Note: In case of multi desktop interop, both instance of finsemble on desktop A and B must have this configuration to communicate with backplane.