Introduction - If you have any usage issues, please Google them yourself
Apache Mina Server is a network communication application framework, that is, it is mainly based on TCP/IP, UDP/IP protocol stack of communication framework (of course, can also provide JAVA object serialization services, communication services, the virtual machine pipeline ), Mina will help us to quickly develop high-performance, highly scalable network communications applications, Mina provides event-driven, asynchronous (Mina' s asynchronous IO is used by default as the underlying support JAVA NIO) operation of the programming model.