I'm developing a webapp based in the microservices design. In my project each microservice will be a module in the same app as recommended by the documentation. But If I think how these microservices talk to each other I think (if I were out of GAE) in API REST but I read about endpoints and I don't know to communicate modules who is the best way.
The doc about this (Communication between modules) is a bit poor, and don't say how is the way to communicate, only say how share information from datastore.
Someone that have experience about modules and his communication, can say me how is the best way to made a good communication among them?
Sometimes I think that GAE is not the best platform to deploy an app with many microservices that communicating with each other.
Thanks you so much.