xmppjs / xmpp.js

XMPP for JavaScript
ISC License
2.19k stars 375 forks source link

Need to evaluate the library for use with React Native based app #949

Closed jnmayur closed 2 years ago

jnmayur commented 2 years ago

Hi, we're moving from a web view based implementation to a React Native based implementation. We've tried using the xmppp.js package as is in our React Native app and it just works fine. We'd want to read more and understand if this is the right way to build a chat app or we should use a native client and use bridges instead. Also, is there any benchmarking already done in terms of performance?