Can anyone recommend a Kotlin-friendly Client/Serv...
# announcements
d
Can anyone recommend a Kotlin-friendly Client/Server Application framework suitable for Mobile where message delivery is assured (mission-critical business requirement). That is to say, workflow event messages are persistently queued for send in either direction, so that if a device is offline/gets restarted etc. delivery is still attempted when the user logs in again.
s
did you try google firebase?
d
No, but it would need to be something not tied to Google or other cloud provider. I was thinking along the lines of an Apache project of some kind.
MQTT may even be a fit for the persistent comms requirement - where it supports 'QOS 1 & 2' (persistent queueing) and a 'Last Will & Testament' message.