We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问,这个可以作手游服务端网络层框架嘛,或者需要做哪些变化才能实现
The text was updated successfully, but these errors were encountered:
要看你的具体使用场景:NettyRPC可以用作客户端和服务端模块通信的解耦,专注于RPC调用方式进行通信。当然服务端和客户端还可以自定义协议栈来进行通信,这样就不存在什么模块调用的问题,就可以直接用Netty来承载,协议栈的消息格式你可以根据具体要求来定制。
Sorry, something went wrong.
No branches or pull requests
请问,这个可以作手游服务端网络层框架嘛,或者需要做哪些变化才能实现
The text was updated successfully, but these errors were encountered: