An open API service indexing awesome lists of open source software.

https://github.com/howprogrammingworks/mediator

Define an interaction between instances as a separate instance
https://github.com/howprogrammingworks/mediator

decouple design-patterns interaction javascript js mediator pattern patterns

Last synced: 10 months ago
JSON representation

Define an interaction between instances as a separate instance

Awesome Lists containing this project

README

          

# Mediator (GoF Pattern)

Define an interaction between instances as a separate instance

See also:
- 👉 Patterns catalog: https://github.com/tshemsedinov/Patterns-JavaScript
- 👉 Author's github: https://github.com/tshemsedinov