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