#121 Use fedmsg as a websocket if enabled
Closed: Fixed None Opened 9 years ago by pingou.

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)

Log in to comment on this ticket.

Metadata