Better explanation of what Netty is

This commit is contained in:
Trustin Lee 2008-09-24 02:30:10 +00:00
parent c8ff671867
commit 8c2f314154

View File

@ -45,8 +45,9 @@
project</ulink></firstterm> is an effort to provide an asynchronous project</ulink></firstterm> is an effort to provide an asynchronous
&middot; event-driven network application framework and tooling for the &middot; event-driven network application framework and tooling for the
rapid development of maintainable high-performance &middot; rapid development of maintainable high-performance &middot;
high-scalability protocol servers and clients. To simplify, Netty helps high-scalability protocol servers and clients. Netty is a NIO client
you write your own network application very easily -- it's often called server framework which enables quick and easy development of network
applications such as protocol servers and clients. -- it's often called
<firstterm>rapid network application development</firstterm>. <firstterm>rapid network application development</firstterm>.
</para> </para>
<para> <para>