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

Improve mechanism for communicating with the auction model #13

Open
EdNoepel opened this issue Apr 26, 2019 · 0 comments
Open

Improve mechanism for communicating with the auction model #13

EdNoepel opened this issue Apr 26, 2019 · 0 comments

Comments

@EdNoepel
Copy link
Contributor

EdNoepel commented Apr 26, 2019

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.

@EdNoepel EdNoepel self-assigned this Apr 26, 2019
@EdNoepel EdNoepel removed their assignment Nov 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant