第一种通信方式:发信息
{demo, ServerNode} ! {msg, self(), "hello world!"},
第二种通信方式:远程调用
rpc:call(ServerNode, demo, rpc_call, [self(), "hello2!"]),