Instead of having the client implement stateful components to poll for system information (temperature, loadavg), push the state down to clients via socket.io.
Clients still need to be able to fetch data for initial population of their state, though.
Instead of having the client implement stateful components to poll for system information (temperature, loadavg), push the state down to clients via socket.io.
Clients still need to be able to fetch data for initial population of their state, though.