Conversation

Patchwork seems to be the most popular reference implementation of a client app which provides a social platform service on top of this Scuttlebutt protocol. There is also an Android Manyverse app by which looks v. promising. Sadly no iOS app (...seriously?)
3
6
If it's important for it to stay connected in the background, especially if it takes some time to get initialized, that forces it down the path of a foreground service + asking user for battery optimization exception. iOS apps don't have an escape hatch to keep running like that.
1
I think the early limitation was that there was no nodejs implementation on iOS, and a lot of the underlying platform libs (handshake, wire formats, rpc etc) were JS/npm modules. However that is changing now with Rust/C core libs - all in various stages of beta.
1
Show replies