public class App { public static void main(String[] args) { var server = new Server(); server.start(); Client.client(); } }