For better performance, we wish to separate the rendering from api calls for data, and hence we want to have api's being served from a different server than the one rendering pages.
- Does anyone have experience with this approach for a production quality app and have any inputs?
- Anyone has an example of how to do this, specially with the Mern.io starter kit?