Go-node 介绍
Go-node 是一个用 Go 语言实现的 Erlang/OTP node
- Publish listen port via EPMD
- Handle incoming connection from other node using Erlang distribution Protocol
- Spawn Erlang-like processes
- Register and unregister processes with simple atom
- Send messages to registered (using atom) or not registered (using Pid) processes at Go-node or remote Erlang-node
- Create own process with GenServer behavIoUr (like gen_server in Erlang/OTP)
即将支持:
- Initiate connection to other node
- Supervisors tree
- Create own behavIoUrs
- RPC callbacks
- Atom cache references to increase throughput