REST Communication between microservices - Abstract away from host or port in REST call
问题 I just started diving into the microservices topic, so please excuse if this is a stupid question. Let's say I have two microservices, one providing a REST api and one being an angular microservice for a nice frontend. The angular microservice is expected to communicate with the other microservice. I saw many examples implementing this and its basically not a big deal. I am well aware of that. However, in all these examples I saw something like this in the angular microservice: this.http.get(