Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

JavaScript WebSocket client for Python + Go WebSocket-based system monitoring example

Originally published: 2014-01-03 21:09:53
Last updated: 2014-01-03 21:09:54
Author: Vasudev Ram

This recipe is the JavaScript client side of an overall recipe that shows how to do system monitoring using WebSockets, Python, Go (using websocketd), and JavaScript + HTML. The server side of the recipe (in Python, and using websocketd which is written in Go), is here:

http://code.activestate.com/recipes/578803-using-websocketd-with-python-for-web-based-system-/?in=user-4173351

The system monitoring example shows the system disk space info (total, used and free) using the Python psutil module.