Skip to content

rajasimon/webtop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webtop

This is just the experiment project to get the top command output and display that into a web browser. I achieved that using python and some html, javascript code. The main part is EventSource constanly listen for the changes and display that in browser.

How to run:

python server.py -b 127.0.0.1 -p 8080