I am using Crossbar (WAMP Protocol) router for my node.js application.As router is independent to our application I am not able to do the below operations with Crossbar. Is there any official API available to achieve the below functionality.
- Disconnection notification of a subscriber for a specific topic?
- List of subscribers for a specific topic?
- New subscription notification for a specific topic when a new subscriber subscribes it.
Thanks in advance.