Monday, December 30, 2013

Re: Which Real Time Communications Protocol

I'm not aware of one, but I haven't been doing much Django lately.  I guess nobody else reading this thread knows of one either.

There may be a problem making websockets be passed through by (the current implementations of) mod_wsgi, Apache httpd, nginx, etc.  I'm using it with Tornado (which supports websockets out of the box) and no front end server.


On Sat, Dec 21, 2013 at 7:55 AM, Dig <dig.ge.cn@gmail.com> wrote:

Hi Bill,

  Is there any django project support websocket? Thanks.

Regards,
Dig

On Dec 21, 2013 1:50 AM, "Bill Freeman" <ke1g.nh@gmail.com> wrote:
WebSockets runs over standard HTTP or HTTPS connections, getting past firewalls and other restrictions (e.g.; the hotel WiFi will let you web browse, but not use other ports).  Since WebSockets is standard HTML5, libraries for it will become more and more common.  There are also older "push" technologies (COMET, long poll, etc.).

You can also ad hoc something on these ports.


On Fri, Dec 20, 2013 at 12:10 PM, Mario R. Osorio <nimbiotics@gmail.com> wrote:
Thanks a lot Serge!


Dtb/Gby
=======
Mario R. Osorio

“If I had asked people what they wanted, they would have said faster horses.”
 ― Henry Ford

http://www.google.com/profiles/nimbiotics


On Fri, Dec 20, 2013 at 12:01 PM, Sergiy Khohlov <skhohlov@gmail.com> wrote:
telnet and xmlrpc is a good choice.  I'm working on the similar project
Many thanks,

Serge


+380 636150445
skype: skhohlov


On Fri, Dec 20, 2013 at 6:58 PM, Mario Osorio <nimbiotics@gmail.com> 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+unsubscribe@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/17ffdba6-041f-49b8-b688-aa5cdb4a7130%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/vZQ3C4DS73g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users+unsubscribe@googlegroups.com.

--
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+unsubscribe@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/CAO2PNV6N-gJ%3DW-PxqnrWj8D6JMqJPnLgshUV3_EdVn0SSA09bQ%40mail.gmail.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+unsubscribe@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/CAB%2BAj0vuDf7iB387j8xSp1BY4R1epgjEpNkhPE9ghif0RuDXWA%40mail.gmail.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+unsubscribe@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/CAObE2pHoU-1B3WyrZgD%3DCm3VnQ63b5NJPUZ9G_K2RY_JmnZHrw%40mail.gmail.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+unsubscribe@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/CAB%2BAj0tXSJDecXDSrZZaCiK6wQE2edxa%3DL6Q%3DS%3D6szV%2Bs9FS3A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment