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

Add message bus for asynchronous updates #163

Open
2 tasks
kengu opened this issue Sep 14, 2017 · 0 comments
Open
2 tasks

Add message bus for asynchronous updates #163

kengu opened this issue Sep 14, 2017 · 0 comments
Milestone

Comments

@kengu
Copy link
Member

kengu commented Sep 14, 2017

We need to add better support for message-driven updates of front-end views and data. Long pulling which we use today is expensive with respect to number of connections and workload and should only be used as a fallback for modern techniques like server-sent events. The front-end should be able to subscribe to messages which when received automatically updates front-end views and data.

Solution

  • Add message bus to back-end using ZeroMQ
  • Add message dispatcher to front-end

References

@kengu kengu added this to the 1.0.0-RC03 milestone Sep 14, 2017
@kengu kengu modified the milestones: 1.0.0-RC03, 1.0.0-stable Apr 25, 2019
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