I want to set up a plotly dashboard and view it from my browser.
Plotly gets set up as a flask application. I'm of the understanding that I should use a WSGI server to host it. I'm looking at waitress in particular.
Does waitress, or WSGI servers in general, connect to devices outside of the network? In other words, if I have a dashboard, will all the data and charts and other details about the dashboard stay local to my machine?