Id pick Json over xml too as it's easier to manipulate and debug Json
serializable python objects. You can also write your own encoders/decoders,
might help: http://pymotw.com/2/json/
On Dec 21, 2013 8:01 AM, "Liam Thompson" <dejm...@gmail.com> wrote:

> you could try http://json-rpc.org/
>
> On Friday, 20 December 2013 18:58:39 UTC+2, Mario Osorio wrote:
>>
>> My app will have to communicate different customers (Linux devices,
>> Windoze devices, iOS devices and Android devices at least).
>>
>> Overall, any of these customer devices will start one of many processes
>> and some of the other devices are required to respond by letting their
>> users know about the just initialized event. The original event might in
>> turn start related events with more or less the same behavior.
>>
>> I will be using email and SMS as 'secondary weapons', but I need some
>> sort of real time communications protocol as primary so whatever devices
>> that are connected and need, will be notified immediately. (I'm not sure
>> I'm making much sense at this point)
>>
>> What communications protocol can I use so that it:
>>
>>    - offers real time response
>>    - is as simple as possible
>>    - works in as many different customers as possible
>>
>> Thanks a lot in advanced!
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/ae5d4dd1-2134-4522-bf1f-f6094bc05ebe%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFrSFCBMCJ%3DkffNep345NP8-DEM0Xi73yfP-c7tXQWtT-rm4%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to