Web API and Web Server

Right now we have your API and Web Server on two different boxes.  What I would like to know is if there is any reason that we cannot have them both on the same server?

Parents Reply Children
  • We separate the API server and web server in our Live environment for the security reasons mentioned above, and the same in our Test environment to keep the environments as similar as possible.  But in our development environment, all the servers are on one machine for convenience, as security is not an issue, and we have the architecture already modeled in the Test environment.