Finding Real-World Examples of `Hub` Used as an `EventEmitter`

Does someone know where I can find example of Hub used like an EventEmitter in a real world scenario? I'm trying to figure it out by reading tests, but I still don't understand how can I subscribe to an hub and publish a message from different modules.
Was this page helpful?