最近没什么事儿做,刚好看到有需要网络编程的知识,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》:原本英文

相关文章:

  • 2022-12-23
  • 2021-07-02
  • 2021-12-09
  • 2022-02-03
  • 2021-10-21
  • 2021-05-23
  • 2021-09-17
  • 2018-05-21
猜你喜欢
  • 2021-08-28
  • 2021-06-04
  • 2021-05-13
  • 2021-12-15
  • 2021-12-30
相关资源
相似解决方案