Merge branch 'master' of https://github.com/emqtt/emqttd
This commit is contained in:
commit
68f3a62b5d
|
@ -9,7 +9,7 @@ Clustering
|
|||
Distributed Erlang/OTP
|
||||
----------------------
|
||||
|
||||
Erlang/OTP is a concurrent, fault-tolerant, distributed programming platform. A distributed Erlang/OTP system consists of a number of Erlang runtime systems called 'node'. Nodes connect to each other with TCP/IP sockets and communite by Message Passing.
|
||||
Erlang/OTP is a concurrent, fault-tolerant, distributed programming platform. A distributed Erlang/OTP system consists of a number of Erlang runtime systems called 'node'. Nodes connect to each other with TCP/IP sockets and communicate by Message Passing.
|
||||
|
||||
.. code::
|
||||
|
||||
|
|
Loading…
Reference in New Issue