Reputation: 64854
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
Java
is my preferred language
Upvotes: 1
Views: 106
Reputation: 12883
Netty, Apache Mina, Grizzly immediately come to mind. Erlang/OTP is also an excellent choice.
Upvotes: 2