I want to create a Flask app with embedded bokeh server document deployed on a web server. Current bokeh documentation demonstrates how to do this by running Flask on Port 8080 and the bokeh server on Port 5006.
In order to deploy on a very locked-down web server, I want Flask and the bokeh server to share a port, i.e. both use Port 8080. Is that possible and if so what is required...