You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to build a react native based chat dapp by using nexus p2p, but there is no support for dapps to interact with the nexus core right now. I just wanted to know if the feature is on roadmap or are there any other plans?
I know this opens up lot of security issues as well as introduces lot of complexity to manage it, can I know what's the best alternative to achieve this. I don't want to integrate core into the chat dapp as it will simple consume 800MB+ storage after synchronization.
The text was updated successfully, but these errors were encountered:
I wanted to build a react native based chat dapp by using nexus p2p, but there is no support for dapps to interact with the nexus core right now. I just wanted to know if the feature is on roadmap or are there any other plans?
In android there is bound services which enables this, I have no idea about ios.
https://developer.android.com/guide/components/bound-services
I know this opens up lot of security issues as well as introduces lot of complexity to manage it, can I know what's the best alternative to achieve this. I don't want to integrate core into the chat dapp as it will simple consume 800MB+ storage after synchronization.
The text was updated successfully, but these errors were encountered: