Open oberstet opened 2 years ago
Crossbar.io is not only a WAMP router, but also implements the following WAMP based APIs in the router (server) itself:
com.example.authenticate
com.example.authorize
wamp.registration.list
crossbarfabriccenter.remote.router.start_router_realm
crossbarfabriccenter.mrealm.arealm.create_arealm
All of above are used in production. Further, Crossbar.io has WAMP APIs for the following in alpha/experimental stage:
xbr.marketmaker.buy_key
xbr.network.find_markets
It would be good to have one consolidated directory of WAMP APIs, the URIs with description of WAMP procedures and events of all of the above.
make find_uris:
https://gist.github.com/oberstet/0b4fc71077f0152dbd3b8ef9e46c6529
make find_registers:
https://gist.github.com/oberstet/a7804cdfcb5de3567c4ad1c822753307
Crossbar.io is not only a WAMP router, but also implements the following WAMP based APIs in the router (server) itself:
com.example.authenticate
)com.example.authorize
)wamp.registration.list
)crossbarfabriccenter.remote.router.start_router_realm
)crossbarfabriccenter.mrealm.arealm.create_arealm
)All of above are used in production. Further, Crossbar.io has WAMP APIs for the following in alpha/experimental stage:
xbr.marketmaker.buy_key
)xbr.network.find_markets
)It would be good to have one consolidated directory of WAMP APIs, the URIs with description of WAMP procedures and events of all of the above.