Guidance needed - Real time and django

88 views
Skip to first unread message

Aamu Padi

unread,
Aug 29, 2014, 11:27:13 AM8/29/14
to django...@googlegroups.com
Hello,
I would like to build a real time web application, but have little idea of where to start to from. It will have notification and feed system like facebook or instagram. Would really appreciate if anyone who have already done this type of web application could kindly guide me through. I will be very grateful.

Thank you.

Amirouche Boubekki

unread,
Aug 31, 2014, 5:42:22 PM8/31/14
to django...@googlegroups.com
Hello,


2014-08-29 17:26 GMT+02:00 Aamu Padi <aamu...@gmail.com>:
Hello,
I would like to build a real time web application, but have little idea of where to start to from. It will have notification and feed system like facebook or instagram. Would really appreciate if anyone who have already done this type of web application could kindly guide me through. I will be very grateful.

I never done such things besides small experiments and research...

Here are some pointers:

- search://django+gevent
- search://django+asyncio among other things django-c10k-demo created by Aymeric Augustin django core contributor which use websockets
- search://tornado 
- search://django+SSE
- search://django+webRTC
- search://django+pjax

HTH,

Amirouche

Thank you.

--
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...@googlegroups.com.
To post to this group, send email to django...@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/CAHSNPWuiOJ5m%3DcCUFOc-j%3DRR3LHSAOyhd4Uk7HOaR78cQB-V4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Robin Lery

unread,
Sep 2, 2014, 12:16:07 PM9/2/14
to django...@googlegroups.com
Thank you Amirouche! I will surely look onto that. And I saw many tutorials on django + node.js and socket.io, and was just curious as to what your thoughts are on this as the new version of socket.io has also been released?


Amirouche Boubekki

unread,
Sep 3, 2014, 1:20:22 AM9/3/14
to django...@googlegroups.com
2014-09-02 18:15 GMT+02:00 Robin Lery <robi...@gmail.com>:
Thank you Amirouche! I will surely look onto that. And I saw many tutorials on django + node.js and socket.io, and was just curious as to what your thoughts are on this as the new version of socket.io has also been released?

I will look at the new version, later. 

Last time I tried it, I didn't grasp the interest of it, except providing fallbacks for browser that did not support websockets. Which probably means that you need a specific code in the backend to support those...

Checkout the documentation of gevent-socketio at some point there was a wrapper for django.
 
Reply all
Reply to author
Forward
0 new messages