Unibeautify / assistant

Personal Beautification Assistant
https://assistant.unibeautify.com
MIT License
5 stars 1 forks source link

Real-Time Assistant API via WebSockets #28

Open Glavin001 opened 6 years ago

Glavin001 commented 6 years ago

Leap Motion used WebSockets to communicate between their web applications and the leapd process running on the user's computer. This allowed a web application to access gesture data and play games. See https://developer-archive.leapmotion.com/documentation/javascript/supplements/Leap_JSON.html

What if Unibeautify exposed a WebSocket API -- disabled by default, opt-in? The Assistant could instruct a user to start their "diagnostics API server" or something and then the Assistant web application could connect and provide real-time diagnostic information 🎉 .

Glavin001 commented 6 years ago

@szeck87 thoughts?