The Netty project provides an asynchronous event-driven network application framework and tooling for the rapid development of maintainable high-performance high-scalability protocol servers and clients.
So, 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 development.
Here is a simple demo that used the Netty build a server, also a client include. They will send and receive a constant string between them. Here is the screen-shot.
The full source code could be found from here.
Netty是一个高性能的异步事件驱动的网络应用程序框架,用于快速开发可维护的高并发服务器和客户端。它极大地简化了网络编程,如TCP和UDP套接字服务器的开发。本文提供了一个使用Netty构建服务器和客户端的简单示例,它们之间可以发送和接收固定字符串。

545

被折叠的 条评论
为什么被折叠?



