Endpoint Configuration Discovery
In WCF, I can create a udp endpoint discovery to allow client finding the service without knowing the endpoint addresses.
Is there a similar approach using restful servicestack so that the client could discover the end point addresses using some kind of discovery detection ?

Service Gateway allows for a customizable gateway where there are now a couple of Service Discovery options listed at: https://github.com/ServiceStack/ServiceStack/wiki/Service-Discovery
-
Scott Mackay commented
with the introduction of the [ServiceGateway](https://github.com/ServiceStack/ServiceStack/wiki/Service-Gateway), there are now two options for Service Discovery with the ability to add more.
[ServiceStack.Discovery.Consul](https://github.com/MacLeanElectrical/servicestack-discovery-consul)
[ServiceStack.Discovery.Redis](https://github.com/rsafier/ServiceStack.Discovery.Redis)