package rpc; public class TestRpcServer { public static void main(String[] args) { new RpcServer().bind(8888); } }