Re: Push notifications in Django

2015-10-20 Thread Ruslan Kovtun
*For web app you should use web sockets, not push notifications.*

On Sunday, June 28, 2015 at 6:51:36 AM UTC+3, harsh.rathore14 wrote:
>
> I want to build an Webapp which will have push notification on comments, 
> mentions etc. 
>

-- 
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/1526e8fd-d57b-4340-8852-ab62aff6d279%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Push notifications in Django

2015-07-08 Thread Rakan Alhneiti
There are alot of excellent Django applications out there for push 
notification. As a matter of fact, i happen to be a developer of one of 
those apps called Django-Pushy (https://github.com/rakanalh/django-pushy).

Rakan

On Tuesday, July 7, 2015 at 3:19:35 PM UTC+2, Ajay M wrote:
>
> It is possible. You can send push notifications in django, using 
> django-pushnotifications app.
>
> On Sunday, June 28, 2015 at 9:21:36 AM UTC+5:30, harsh.rathore14 wrote:
>>
>> I am Rails developer and new to Django. I want to build an Webapp which 
>> will have push notification on comments, mentions etc. Is it possible in 
>> Django or I should move to node.js
>>
>

-- 
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/a2bf07cc-24ec-4a8f-aee9-40aa9847d388%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Push notifications in Django

2015-07-07 Thread Maksim Sokolski
Stop. Sorry I think about notifications to web client from web server in event 
driven behaviour.

-- 
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/f290b432-8d06-4501-8d7a-99bf8b7b0064%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Push notifications in Django

2015-07-07 Thread Ajay M
It is possible. You can send push notifications in django, using 
django-pushnotifications app.

On Sunday, June 28, 2015 at 9:21:36 AM UTC+5:30, harsh.rathore14 wrote:
>
> I am Rails developer and new to Django. I want to build an Webapp which 
> will have push notification on comments, mentions etc. Is it possible in 
> Django or I should move to node.js
>

-- 
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/9c28fcf0-c6c7-4aca-8ec7-7dd43b7dfb3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Push notifications in Django

2015-07-07 Thread Leon Han

EventSource+StreamingHttpResponse ?
I am not sure.

在 2015年6月28日星期日 UTC+8上午11:51:36,harsh.rathore14写道:
>
> I am Rails developer and new to Django. I want to build an Webapp which 
> will have push notification on comments, mentions etc. Is it possible in 
> Django or I should move to node.js
>

-- 
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/c96a83c3-7b97-486b-a19f-5bcce8cddb71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Push notifications in Django

2015-06-28 Thread Maksim Sokolski
You can implement push-notifications with django+tornado+websockets.

-- 
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/63361c78-1617-4479-b5bc-c556ce04f7dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Push notifications in Django

2015-06-28 Thread Avraham Serour
no, no

On Sun, Jun 28, 2015 at 6:21 AM, harsh.rathore14 
wrote:

> I am Rails developer and new to Django. I want to build an Webapp which
> will have push notification on comments, mentions etc. Is it possible in
> Django or I should move to node.js
>
> --
> 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/6f05f835-f1fe-4827-895e-b34ecbeded2f%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAFWa6tKncgbd6013qS6SJcgpGJMGxL0-BKxxKfObnenLZbOgKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.