Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Improve mechanism for communicating with the auction model #13

Description

@EdNoepel

The current implementation of auction-keeper uses STDIN and STDOUT to communicate with the auction model. This is a somewhat inelegant mechanism for achieving IPC.

To resolve, consider other mechanisms, such as a websockets connection or an interface consumed by the auction model. Consider structuring auction-keeper to use either mechanism via a configuration parameter. The implementation shall ensure code which implements the auction model can be maintained separate from the auction-keeper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions