Skip to content

Support Configurable IPC Mechanism (WebSockets, Named Pipes, Stdio) via CLI #8

Description

@schinnerld

To enhance flexibility and allow seamless integration with different clients, the Build Server should support configuring the Inter-Process Communication (IPC) mechanism via command-line parameters at startup.

Proposed Enhancement:

  • Introduce a CLI parameter (e.g., --ipc=) to specify the IPC type.
  • Supported modes:
    • WebSockets – Enables communication over WebSockets.
    • Named Pipes – Uses Named Pipes for local process communication.
    • Stdio – Uses standard input/output for communication.
  • Validate input and initialize the selected IPC method accordingly.
  • Update usage information

@616b2f: We’re planning to implement this in a fork and submit it via a pull request. Would this workflow be okay for you? Let me know if you have any feedback!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions