找回密码
 立即注册
netty实现websocketwebserver | .net编程 2022-10-10 113 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
快速理解netty的原理。netty和nodejs类似,都是开源的无堵塞大并发多线程的开源结构。可以快速实现并提供手机APP对接的服务端程序。netty是基于JAVA开发的,结构明晰上手快。我上传的这个项目使用netty实现了websocket以及简单的webserver,在此基础上可以实现杂乱的功能。

(Quickly understand the principle of netty. Netty, like Nodejs, is an open source, non blocking, large concurrent, multithreaded open source structure. It can quickly implement and provide the service end program for mobile APP docking. Netty is developed based on JAVA, with clear structure and quick operation. The project I uploaded uses Netty to implement websocket and simple webserver, and on this basis, miscellaneous functions can be realized.)

[下载]09141839214.rar




上一篇:java 实现线程同步的方式有哪些
下一篇:Java线程中断的本质深入理解