Skip to content

Implement support for IPC #7

@YannickFricke

Description

@YannickFricke

The Inter Process Communication (IPC)-Module from electron is used to send messages between the client and the UI! This architecture can be used to initialize required resources before the UI can fully start up.

  • UI
    • Implement react hooks
    • Implement it into the redux store
  • Client
    • Implement event handler
  • IPC

Dependency Injection

Provides a ContainerModule from inversify to register the event handlers. It must also support loading IPC event handlers from other plugins (#2).

Metadata

Metadata

Assignees

No one assigned

    Labels

    clientAll client related issuesenhancementNew feature or requesthelp wantedExtra attention is neededuiAll UI related issues

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions