mosaicnetworks / babble

Distributed Consensus Middleware
MIT License
477 stars 95 forks source link

Need more info #154

Open adrian-tabirta opened 3 years ago

adrian-tabirta commented 3 years ago

I would like to know more about practical side of this project. How can be used to create a database? How we can use it on iOS for example, what’s the limitation for mobile devices.

chancefcc commented 1 year ago

Same ask here. Or has core team's time being merged into something else?

arrivets commented 1 year ago

Hey, no one is actively maintaining this project anymore. For examples of where it's used see:

https://github.com/mosaicnetworks/monetd https://github.com/mosaicnetworks/babble-android

The limitations for mobile devices in the networking layer. Mobile devices don't normally have a static public IP address so it's hard to establish p2p connection. We do have a webrtc transport, but that requires running a centralized webrtc relay server.