kaiquye / event-bus-example

:children_crossing: Event Bus can be considered as a global way to transport messages or events to make them accessible from any place within the application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

event-bus 🏗️

Event Bus can be considered as a global way to transport messages or events to make them accessible from any place within the application.

Publish–subscribe is a messaging pattern through which message senders, called "publishers", do not program the messages to be sent directly to specific receivers, called "subscribers". Instead, they classify published messages without knowledge of which subscribers sent them.

About

:children_crossing: Event Bus can be considered as a global way to transport messages or events to make them accessible from any place within the application.


Languages

Language:TypeScript 88.3%Language:JavaScript 11.7%