Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create networked Events #2

Open
Jordan-Cottle opened this issue Aug 15, 2021 · 0 comments
Open

Create networked Events #2

Jordan-Cottle opened this issue Aug 15, 2021 · 0 comments

Comments

@Jordan-Cottle
Copy link
Owner

Jordan-Cottle commented Aug 15, 2021

A class to handle firing events that are received by a registered handler on another machine would be incredibly useful.

This will likely need to be broken down into multiple pieces to work on. There needs to either be a central server to route the events to the handlers or some kind of common configuration so the firing instances can connect to all the handlers and deliver the messages in a more peer too peer style.

A central server is likely easier to implement and easier to set up (only need a single url/ip in a config somewhere), built potentially harder to scale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant