Is it possible to use the EventBus outside of a server? #379
Unanswered
matthewpflueger
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @matthewpflueger, Good question. I think it could be possible to achieve with version 4.0 which decouples HTTP module from the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use the local only EventBus and client to decouple some client-side components in the browser. Is it possible to use the EventBus in this manner?
I ask because all the examples show using the EventBus with a server but looking at the code it doesn't seem like it would be a stretch for it to operate outside of a server (the test bed for it seems to do just that).
Beta Was this translation helpful? Give feedback.
All reactions