Adham
Adham

Reputation: 64854

Are there any open source projects to implement efficient and reliable TCP server

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

Upvotes: 1

Views: 106

Answers (1)

BillRobertson42
BillRobertson42

Reputation: 12883

Netty, Apache Mina, Grizzly immediately come to mind. Erlang/OTP is also an excellent choice.

Upvotes: 2

Related Questions