Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best framework for java networking programming? [closed]

I am a newbie in java networking and I have a small project which i want to download on a LAN network and be used by just five users.

I want to use Java swing, MySQL for database and eclipse as IDE. So what is the best framework to make network programming easier cause i don't want to start from the scratch.

I read about Netty and Apache Mina, and i don't know if it's good for me in my case.

like image 875
majd obeid Avatar asked Feb 20 '26 19:02

majd obeid


1 Answers

see the netty-vs-mina link. Your question about "best" is not truly q&a format and should not be asked in this forum.

like image 155
Abe Avatar answered Feb 22 '26 15:02

Abe