kevinshen56714 / SkyOffice

Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus.
https://sky-office.co/
MIT License
931 stars 291 forks source link

Do you use any media server? if you use mesh architecture, it is difficult to scale to many people in the room. You can try livekit or pion/ion-sfu, they provide full sfu model, SDK... so you can easily deploy. #26

Open CuongNvcqht3012002 opened 2 years ago

kevinshen56714 commented 2 years ago

Thanks for sharing these open source SFU projects, they are super cool!

Our connections are P2P now as it was the easiest architecture for us to implement and has no privacy issues, but yeah we are likely to encounter scaling problem in the future if we get more traction. Right now, we're still working on the features (we just launched a new chat system!). In the future, if there's a need to scale up, we will consider changing from P2P to SFU. Really appreciate your suggestions!