PubSub Message Passing for Rust WASM
Message Exchange: A hub for incoming and outgoing messages Message: a json object
Inbox: A subscription to a message exchange feed selector prefix: the first part of the inbox feed address selector suffix: the second part of the inbox feed address callback: a function that will be called when a message is received
Outbox: A feed where related messages can be published descriptor prefix: the first part of the outbox feed route descriptor suffix: the second part of the outbox feed route