Пример #1
0
 public static void main(String[] args) throws Exception {
   ChatServer cs = new ChatServer(8888);
   cs.startServer();
 }