1415161718192021
public class Main { public static void main(String[] args) throws Exception { NodeCompute node = new NodeCompute(Config.PC_IP, 4242, Config.PC_IP, 4244 ); node.start(); }