Replies: 1 comment 1 reply
-
@DovOps - could this use case be achieved also via FDC3? See #189 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The initial project has a rudimentary publish-subscribe mechanism, based on NodeJS+SocketIO so that it's easy to run the whole TraderX system as a local project with minimal overhead/complexity. This obviously has its limitations, though it does achieve simplicity. It would be good to implement a more robust messaging capability which could become the successor to SocketIO - offering both service-to-service messaging as well as service-to-browser (e.g. websocket) messaging. A simple embedded capability which could also be deployed in a more robust manner would provide a better foundation to implement real-time simulated pricing across the TraderX stack - something which is missing from the barebones simple implementation.
Beta Was this translation helpful? Give feedback.
All reactions