教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
程序开发
网络工具包
Go-node
Go-node
-
网络工具包
授权协议:
MIT
操作系统:
Windows
开发语言:
Google Go
软件简介
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
软件首页