NettyChat icon indicating copy to clipboard operation
NettyChat copied to clipboard

服务端也使用Netty吗?

Open spysoos opened this issue 6 years ago • 1 comments

服务端也使用Netty吗? 有实现吗?

spysoos avatar Apr 22 '19 09:04 spysoos

服务端也使用Netty吗? 有实现吗?

不一定需要用Netty,Netty只是一个NIO框架的封装,只要协议是TCP+Protobuf就可以,用不用Netty都可以。至于Netty的服务端,im_lib里面有一个简易的,NettyServerDemo

FreddyChen avatar Apr 22 '19 09:04 FreddyChen