Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.29 KB

File metadata and controls

57 lines (37 loc) · 1.29 KB

backplane logo

Quick Start Guide

Download latest version of backplane:

  • go to backplane-releases.
  • Download finos-fdc3-backplane-vx.x.xX.zip from assets.
  • Unzip the zip folder.
  • Run 'Finos.Fdc3.Backplane.exe'.

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

  • Open appsettings.json file.
  • Navigate to key MultiHostConfig and add the address of Desktop B. Ex below
- "MultiHostConfig": {
    "MemberNodes": [
      //put your member nodes url here
      //example: 
      "http://Desktop_B:4475"
    ]
  },

Finsemble-Backplane Integration

cd finsemble-seed
yarn install
  • Set up the bridge service as described here: readme

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

  • Launch finsemble