tail -f in a webbrowser

Posted by compie on Stack Overflow See other posts from Stack Overflow or by compie
Published on 2010-05-14T19:01:24Z Indexed on 2010/05/14 19:04 UTC
Read the original article Hit count: 185

Filed under:
|
|
|
|

I've created a Python script that monitors a logfile for changes (like tail -f) and displays it on a console. I would like to access the output of the Python script in a webbrowser. What would I need to create this? I was thinking about using Django and jQuery. Any tips or examples are greatly appreciated.

© Stack Overflow or respective owner

Related posts about python

Related posts about console