We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
开发者_高级运维 Improve this questionI am looking for any good Socket library with events for Java. Mainly it should be used for client development. Server side is already finished (in other language).
Thank you very much.
It seems that the best one is jBoss Netty
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance & high scalability protocol servers & clients.
精彩评论