Thursday, January 10, 2013

Django realtime output to browser

I 'm trying to output something to browser in real-time. I started a subprocess.Popen() by django in server side, and I want to redirect these output from Popen to browser in real-time way. How to do that? Thanks!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/F3Kfe5gO4j0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

1 comment: