I have implemented router to router links based on top of Nexus https://github.com/om26er/nexlinks. It extends the Nexus router to act as a relay i.e. forward all WAMP procedures registered on one router to another router.
This is especially suitable for edge-cloud scenarios. One issue I see is that when a message is relayed between two routers, the caller details are wrong, this is because the relay itself is ultimately the caller.
We should support the nexus dealer to override that behavior
I have implemented router to router links based on top of Nexus https://github.com/om26er/nexlinks. It extends the Nexus router to act as a relay i.e. forward all WAMP procedures registered on one router to another router.
This is especially suitable for edge-cloud scenarios. One issue I see is that when a message is relayed between two routers, the caller details are wrong, this is because the relay itself is ultimately the caller.
We should support the nexus dealer to override that behavior