tplgy / bonefish

C++ WAMP application router that enables building applications from loosely-coupled components.
Apache License 2.0
55 stars 33 forks source link

Add the ability for routers to manage multiple realms #15

Open davidchappelle opened 9 years ago

davidchappelle commented 9 years ago

Since the original use cases for bonefish were very simple it made the most sense to allow for a 1:1 relationship between routers and realms. However, in order to be useful to a wider range of use cases a router needs to be capable of managing multiple realms. Of course, this would still provide the ability for the administrator to create 1:1 relationships if so desired.

cnlpete commented 8 years ago

:+1: