There is a very informative comparison between MINA and netty in here I would like to know your preference when the platform is Android!
- I have a host that should accept connections from as well as establish connections to android devices.
- This host implements Boost.ASIO for its operations. And I need to select an easy framework for the android side.
- Based on a couple of hours of googling, I, fairly new to java, narrowed to to MINA and netty. Both seem to be nice, though netty seemed to be easier.
I got confused when i read a couple of bug reports about using netty in android.
Number of android emulators connecting to the host can grow to a large number.
So the question is plain: which one is better to be used: netty or MINA?
BTW,Any other framework to suggest?
I value you kind comments and answers. Thank you
Boost.Asio
(and cpp-netlib, if you need application-layer protocols cplusplus-soup.com/2011/08/cpp-netlib-091-released.html). – Bluenose