MintyMods / MintySensorServer

MSS (Minty's Sensor Server) - PC Sensors Recorded & Delivered
https://www.mintymods.info
GNU General Public License v3.0
7 stars 0 forks source link

Support for Web Sockets / Spdy protocol #5

Open MintyMods opened 5 years ago

MintyMods commented 5 years ago

Web sockets are working as a Svelte component but with a couple of issues:-

MintyMods commented 5 years ago

Reworked to use a web socket to update the Svelte store with sensor readings while using plain fetch() to communicate with the REST api for further communication needs. Considering either piggy backing the sensor/store web socket for Notifications or using another dedicated web socket.