You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the real-time charting associated with the management dashboard, websockets may be more appropriate than constantly polling the RPC server. This would allow STINGER to push updates directly to a connected client.
That would be good. I believe our version of the Mongoose web server also supports Websockets. I tried to do a small proof-of-concept some time ago, but never quite got it to work. Seems very appropriate for health and status monitoring.
For the real-time charting associated with the management dashboard, websockets may be more appropriate than constantly polling the RPC server. This would allow STINGER to push updates directly to a connected client.
Reference: http://www.fullstackpython.com/websockets.html
The text was updated successfully, but these errors were encountered: