dongrote / home-network-admin

A tiny server to provide a RESTful interface for Siri Shortcuts at home
MIT License
1 stars 0 forks source link

push system information state via socket.io #80

Closed dongrote closed 4 years ago

dongrote commented 4 years ago

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.