netty3实现的websocket和简单 webserver服务
快速理解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.)
页:
[1]