Desktop Agent bridge aka ‘Backplane’ is a component which allows different desktop agents to connect and communicate through websockets.
Where FDC3 Desktop Agent API addresses interoperability between apps running within the context of a single Desktop Agent (DA), facilitating cross-application workflows, FDC3 Desktop Agent Backplane addresses the interconnection of Desktop Agents (DAs) such that apps running under different Desktop Agents can also interoperate, allowing workflows to span multiple Desktop Agents
Imagine a business workflow that involves applications which are not running under same desktop agent, how can we make applications interoperate across different desktop agents? This is where DA Backplane comes into picture.
The power and benefits of FDC3 based interoperability can be harnessed to full potential only if it is not just limited to boundaries of desktop agent but across desktop.
See the guide here: quick start.
See how multi machine interop set up is done: multi machine desktop agent(finsemble) bridging
Below is a short demonstration of how backplane is used to connect two desktop agents(finsemble), running on different machines, to share context among apps running in context of those desktop agents.
This demonstrate how backplane can help you harness the benefits of FDC3 based interoperability to next level where interop breaks the boundry of not just desktop agents but single desktop too to span workflows across multiple desktop agents and machines.
See readme files.
Check the samples available under samples folder: samples
A desktop service which act as a message bus between multiple desktop agents for sending/receiving FDC3 compliant data. See more here: backplane.
Client libraries provide API to connect and communicate with backplane.
Javascript client which allows web based desktop agents to connect and communicate with backplane.
See more here: backplane-client-js.
For desktop agent build in .NET, this client library exposed API to connect and communicate with backplane.
see more here: backplane-client-net
IDE
Build
Backplane
See details here: backplane.
.Net Client
see details here: backplane-client-net
JS Client
see details here: backplane-client-js
For any questions, bugs or feature requests please open an issue
To submit a contribution:
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool (or EasyCLA). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
Need an ICLA? Unsure if you are covered under an existing CCLA? Email help@finos.org
Copyright (C) 2022 Backplane open source project
Distributed under the Apache License, Version 2.0.
SPDX-License-Identifier: Apache-2.0.