issues
search
g-viet
/
til
Today I learned
6
stars
0
forks
source link
Cluster in Erlang
#27
Open
g-viet
opened
6 years ago
g-viet
commented
6 years ago
Every nodes of cluster in Erlang using
Distributed Erlang protocol
to connect and communicate.
It has serialization mechanism and it is able to use to communicate with another languages
Connect via its node self, UDP, list of IPs, list of DNSs => Service discovery (ref
https://github.com/g-viet/til/issues/24
)
Distributed Erlang protocol
to connect and communicate.