project8 / dripline-web

web2.0 implementation of project8/dripline
Other
0 stars 0 forks source link

Implement a continuous message monitor page #3

Open laroque opened 7 years ago

laroque commented 7 years ago

Something along the lines of dragonfly's message_monitor. The user should specify an exchange and routing key and the monitor should bind appropriately and push new data to the webpage as it shows up... not sure how to do this since the AMQP needs to be server-side but the page updates are presumably js.