java NIO Netty - cheyiliu/All-in-One GitHub Wiki

官网

简介

Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

教程

用处

  • AirPlay Receiver on Android