Python でマルチプロセスな TCP サーバを書いたので、ついでに Java の Netty でも似たようなものを書いてみる。内容は同じく Hello, World! と言って一方的に接続を切ってくる誰得サーバ。 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>study.netty.helloworld</groupId> <artifact