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

What is the best way for systems to communicate to each other. #27

Open
nielstj opened this issue May 28, 2020 · 1 comment
Open

What is the best way for systems to communicate to each other. #27

nielstj opened this issue May 28, 2020 · 1 comment

Comments

@nielstj
Copy link

nielstj commented May 28, 2020

There are example project, it showcase how to use stores independently and as a single store.
However in real life use case, usually one system need to communicate to each other:

for example:
We have an authentication_system and sign_in_system.
A persist_session_event in auth system will be triggered by signed_in_event from sign_in_system.

Can you share how to achieve that with the framework?

@KhaliqCitrusbits
Copy link

Any Update on this?

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

2 participants