travelping / hello

Erlang RPC server framework
MIT License
32 stars 20 forks source link

Service discovery #55

Open surik opened 9 years ago

surik commented 9 years ago

All services register with type .tcp. (I replace / to in HANDLER_NAME) Clients browse this type via dnssd and use first available. If one service down then this one will be removed from client services list and client will use next available.

relate to #14

reopened #39 for master