最近没什么事儿做,刚好看到有需要网络编程的知识,java中有NIO和IO两种不同的方式,但是NIO的编写比较麻烦,刚好找到一个成熟的网络框架Netty。接下来的一个月就准备将Netty IN ACTION这本书翻译下,同时跑跑这本书上的代码。
Netty官网:http://netty.io/
Netty Maven管理:http://mvnrepository.com/artifact/io.netty/netty-all http://mvnrepository.com/artifact/io.netty/netty
<dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.0.30.Final</version> </dependency>
《Netty IN ACTION》:原本英文