Slide 14
Slide 14 text
Consumer Protocol
• Transport - WebSockets
• Inspired by WAMP WebSockets sub protocol
• Implements methods like,
• Subscribe
• Ex. [“subscribe”, “topic_foo”]
• Unsubscribe
• Ex. [“unsubscribe”, “topic_foo”]
This is how consumer protocol looks like which is built on top of a WebSockets subprotocol WAMP. It does not completely implement WAMP since it also has abilities to
do RPC. But the PubSub part is heavily inspired by WAMP sepc.