Is there a better framework than netty for sockets

2019-07-21 05:46发布

Like the tittles say i need to know it! I see that netty is pretty good on perfomace but want to know if it the best right now. Regards,

1条回答
仙女界的扛把子
2楼-- · 2019-07-21 06:14

I would consider using Apache-Mina as a widely used alternative. We use it for example at oVirt open source project to establish SSH connections between a virtualization manager Java EE application,
and hosts running virtual machines , during a process of Host Registration, and to validate connectiity (via ssh attempt ) to the host.
In addition,
I worked in the past with JBoss-Remoting,
which would give you an abstraction over TCP-based protocols (such as RMI, HTTP and so on).
I used it to build a communication layer from a management application for video processing,
and a stanalone J2SE application responsible for fetching video content for processing.
I am sure there are more options, It really depends on your needs.

查看更多
登录 后发表回答