matallui / artico

Artico - WebRTC made simple
https://artico.dev
MIT License
30 stars 3 forks source link

Is this lib work with react native ? #12

Closed dukizwe closed 3 weeks ago

matallui commented 2 months ago

Yes, it should work with React Native. There is an example of an Expo app in the repository. I will also plan to add some documentation on the topic.

dukizwe commented 2 months ago

Wow cool! Is this suitable for large-scale applications ??

matallui commented 2 months ago

No really sure what that means or how to answer that! I guess it's up to you. If you're using WebRTC, this library is simply an abstraction over that. If you need to scale the signaling, you can implement your own signaling a d plug it into Artico.

Artico Rooms won't scale though, since it's all P2P. If you need a solution to scale like that, you might want to take a look at Mediasoup or similar solutions.