Apache MINA Reviews (12)

View 1 Video Reviews
Reviews

Apache MINA Reviews (12)

View 1 Video Reviews
3.9
12 reviews

What do users say?

Generated using AI from real user reviews
Users consistently praise the high performance and ease of use of Apache MINA, noting its ability to handle large data loads efficiently. Many appreciate its straightforward interface, which simplifies the development of network applications. However, some users mention that the documentation could be improved, particularly for beginners.
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Verified User in Retail
UR
Verified User in Retail
Small-Business (50 or fewer emp.)
"Apache MINA"
4/5
What do you like best about Apache MINA?

I used MINA to implement a TCP protocol. The implementation of encoding and decoding was easy, Can handle a lot of connections

If you choose to implement some sort of distributed work system then knowing when one of your nodes goes down and loses connection is useful for restarting the work on another node. Review collected by and hosted on G2.com.

What do you dislike about Apache MINA?

I've only ever used MINA to build a small http like server. The biggest problems I've run into with it so far:

It will hold your "request" and "response" in memory. This is only an issue because the protocol I choose to use is http. You could use your own protocol however to get around this.

No option to provide a stream off disk in case you want to serve up large files. Again can be worked around by implementing your own protocol Review collected by and hosted on G2.com.

Verified User in Non-Profit Organization Management
UN
Verified User in Non-Profit Organization Management
Small-Business (50 or fewer emp.)
"High performance network applications"
3.5/5
What do you like best about Apache MINA?

i/o API's actually used to perform the i/o functions! Easy for users to focus on the logic of the application and leave the i/o handing to the Apache MINA Review collected by and hosted on G2.com.

What do you dislike about Apache MINA?

Often ran into problems with flash - when users closed browser process via task manager server threw infinite expection "java.io.BrokenPipe" Review collected by and hosted on G2.com.