matallui / artico

Artico - WebRTC made simple

Home Page:https://artico.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this lib work with react native ?

dukizwe opened this issue · comments

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.

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

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.