Round up
Y::Notifier - Implementation - Round up
Y::Notifier::Server
uses
Y::IDTree
to decide how to route messages betwen clients, and between clients and servers
Y::Msg
to send and recieve messages
Y::Notifier::Config
to decide who can connect and what is allowed to be sent/recieved
Y::Notifier
(the client) uses
Y::IDTree
to route messages to individual callbacks
Y::Msg
to send and recieve messages
Y::Notifier::Config
(the security module) uses
Y::IDTree
to decide which messages can be passed between servers
Y::Notifier - Implementation - Round up