JBoss Netty

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.

server_client

The full source code could be found from here.

posted @ 2013-04-04 18:50  opencoder  阅读(353)  评论(0)    收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示