This would allow to show new comments on a ticket or a pull-request as the user is seeing the page and w/o the need to reload
We would just be listening to the message bus and act when necessary :)
An interesting alternative to this is https://developer.mozilla.org/en-US/docs/Web/API/EventSource
Which also allows to not depend on fedmsg for this feature which is nicer for self-hosting and other projects
Ok from 0.1.16 we have eventsource support which replaces this approach for the better (and 0.1.17 brings an even better support)