voryx / ThruwayBundle

Bundle for building Real-time Apps in Symfony
98 stars 47 forks source link

How to declare many realms or routers? #103

Open djkoza opened 4 years ago

djkoza commented 4 years ago

Hi, I have some question, what is best solution to handle many routers or realms with ThruwayBundle?

I want to have something like this eg. Realm chat (with auth), Realm public chat (without auth) or many routers.

How can I do that with ThruwayBundle? (in main thruway package is so simple)

Thank you so much