kevinshen56714 / SkyOffice

Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus.

Home Page:https://sky-office.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

CuongNvcqht3012002 opened this issue · comments

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!