|
|
|
|
|
by mslate
3781 days ago
|
|
I host my Flask API on one server and serve a single page app (Angular) on another. The trick with that is having to host them from separate domains and deal with CORS, however it also allows you to distribute your SPA via CDN instead of using Flask app servers to serve up that static content. This is what we do at my full-time gig, but same holds for Flask. |
|