Is there any open source projects to implement efficient and reliable TCP server ?
what I want to do is to create android messaging service based on TCP communication, and the server-side is what I matter here
edit
Java is my preferred language
Netty, Apache Mina, Grizzly immediately come to mind. Erlang/OTP is also an excellent choice.