Skip to content

yatsan/plexus-interop

 
 

Repository files navigation

Plexus Interop

Overview

Plexus Interop is metadata-centric language-agnostic desktop app-to-app interoperability framework with extensible model for launching new instances of desktop Apps on demand.

The main goal of the framework is to enable development of extensible workflows connecting independent Apps developed in different technologies (.NET, Web, Java, Python etc) and passing context (structured data objects) between them.

Framework architecture is based around central broker providing hub-and-spoke connectivity between Apps and brokering strongly typed RPC-style calls between them. Broker has a connection to Application Lifecycle Manager which is capable of creating new instances of the Apps based on the their runtime-metadata (e.g. container type, launch command, params etc) defined in a registry.

Plexus Interop separates interoperability from the container, which provides notable advantages: different containers can be leveraged in the same workflow, launched applications residing outside of containers can participate in interop activities.

Key components and high level architecture

Build/Install

All Plexus components can be build using Gradle tool using following command:

gradlew build --console plain

Running Samples

After successfull build samples binaries will be located in bin directory.

Run .Net to Web interop example on Windows:

  • Go to bin/win-x86/samples

  • Launch Broker – LaunchBroker.cmd

  • Launch Greeting Client – LaunchGreetingClient.cmd

    • Choose “Discovery” option (5) and “Greeting from Electron Web app” from discovery response

    Sample-1

    • Enter name, e.g. “John” and hit enter – Web Greeting Server app will be launched by Broker, print Greeting Request:

    Sample-2

    • And send response back to .Net Greeting Client

    Sample-3

    • Then choose Discovery (5) and “Greeting from .Net app” from discovery response
    • Enter another name, e.g. “Mike” and hit enter - .Net Greeting Server app will be launched and print greeting request:

    Sample-4

Documentation

To check out docs, visit https://symphonyoss.github.io/plexus-interop/.

Documentation project is located in folder 'docs'. We build documentation using AsciiDoc.

Invoke the following command to run the documentation build:

gradlew -p docs --console plain

After successful build documentation is available via:

bin/docs/html5/index.html

Contributing

Please refer to Contribution guidelines for this project.

About

Plexus-interop open source project hosted by the Symphony Software Foundation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.9%
  • C# 33.3%
  • TypeScript 13.3%
  • Protocol Buffer 6.0%
  • Xtend 4.2%
  • Java 1.2%
  • Other 0.1%