<div dir="ltr">Hi list<div><br></div><div>If you should recommend the architecture for an microservice implementation with around 20 Erlang microservices implemented on separate servers, how would you implement it ?</div><div><br></div><div>1) using gen_servers on each server and use rpc calls between services ?<br></div><div>2) using web servers like yaws or webmachine on each server, and use http + json/xml between services ?</div><div>3) roll my own erlang applications + message parsing on each server ?</div><div><br></div><div>Or any better ideas ?<br></div><div><br></div><div>At some point, thing like service discovery will also be interresting </div><div><br></div><div>Thomas</div><div><br></div><div><br></div></div>