Hello nuztiens !

So i have gomobile apps, but they share some data that is common.

How best to get them to share data between each other. For example say 
there is a list of users.
Al the apps need that list
when one app changes a user it issues a mutation "userchanged" on a quasi 
messagw queue (NATS for example).
The other apps subscribe and the world is well.

BUT on mobile there is no message queue. There is URL scheme / Intents 
sharing BUT that is for GUI level. I need data level events between apps.
On Android there is some sort of mechanism and on IOS.

I know i wil need to write a bit of golang code with some java and 
objective c mied in, but i was hoping some people can advise about this.

The project is open source here:

https://github.com/gu-io/gu-x#architecture

See nice diagram to see whats going on.

thank Ged

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to