Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Websockets backend as alternative to some Flask endpoints #157

Open
tgoodyear opened this issue Nov 30, 2015 · 1 comment
Open

Comments

@tgoodyear
Copy link
Contributor

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

@davidediger
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants