Mike Hadlow06/19/13
884 views
0 replies
It’s really nice if you can decouple your external API from the details of application segregation and deployment. On my current project we’ve building a distributed service oriented architecture that also exposes an HTTP API, and we’re using a reverse proxy to route requests addressed to our API to individual components...