How can I get both the flask api and the angular app running on the same web-server? Right now I am stuck running the flask-api on one server and the angular app on a separate node web-server (using the angular seed project). This seems less than ideal.
-
We are using the same combination at the moment, and just sticking the flask API on a different port. Interested to see if there is a better solution. I presume some kind of smart load balancer sitting on port 80 could do it.John Brodie– John Brodie2013-01-31 23:32:11 +00:00Commented Jan 31, 2013 at 23:32
Add a comment
|