Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Sync events between plugins and the websocket connection #1814

Closed
askmike opened this issue Jan 29, 2018 · 1 comment
Closed

Sync events between plugins and the websocket connection #1814

askmike opened this issue Jan 29, 2018 · 1 comment

Comments

@askmike
Copy link
Owner

askmike commented Jan 29, 2018

Gekko has a plugin system that allows different "plugins" (modules) to communicate between each other via plugin events, see here: https://gekko.wizb.it/docs/extending/add_a_plugin.html#What-kind-of-events-can-I-listen-to- (system 1)

However the UI uses a different event system (over websockeets) to sync the UI state with what is happening internally inside different Gekko instances, see here: https://github.com/askmike/gekko/blob/develop/core/cp.js (system 2)

System 1 is very old and outdated, we need to update and extend system 1 and get rid of system 2.

@askmike
Copy link
Owner Author

askmike commented Feb 3, 2018

Closing this in favor of the WIP PR in #1850.

@askmike askmike closed this as completed Feb 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant