stingergraph / stinger

The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
http://www.stingergraph.com
Other
208 stars 63 forks source link

Implement Websockets backend as alternative to some Flask endpoints #157

Open tgoodyear opened 8 years ago

tgoodyear commented 8 years ago

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 commented 8 years ago

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.