Service Discovery

  1. SDK Version: 40
  2. Platforms: Android/iOS

Does expo have an API or tool for service discovery? If not is there a way to get service discovery to work with a managed work flow? Thanks.

Microservices service discovery is a way for applications and microservices to locate each other on a network.

Hey @azureknight876, we don’t have anything of the sort. Could you elaborate on exactly what you would like to see with regards to this? The more specific, the better.

Cheers,
Adam

For me to be able to use service discovery on both iOS and android using react native code instead of the respective native code. I want to be able to communicate between services without having to hard code endpoints, IPs and etc.

More info on service discovery here, https://www.nginx.com/blog/service-discovery-in-a-microservices-architecture/.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.