TomasStolp / real-time-web-1920

Real-Time Web @cmda-minor-web · 2019-2020
https://cmda-minor-web.github.io/real-time-web-1920/
MIT License
0 stars 0 forks source link

Test what's a more efficient scalable solution: cross-room communication for one show or just seperate rooms per show #15

Closed TomasStolp closed 4 years ago

TomasStolp commented 4 years ago

What if 80.000 people want to joint one show?

TomasStolp commented 4 years ago

Made namespaces to based on a id made while adding a show. The id is saved to the db. I used an additional id instead of the objectId because I don't want to expose that. Although it's not a huge problem if I believe several online sources. But this works out.