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
To expand on this, Android apps can run as a foreground service and request a battery optimization exception from the user to implement their own push, rather than using FCM. On iOS, there's no alternative to using the platform's push messaging to wake the app for notifications.
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