Skip to content
New issue

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

posts/04-%E5%A6%82%E4%BD%95%E6%9E%84%E5%BB%BA%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84rpc%E8%B0%83%E7%94%A8/ #1

Open
utterances-bot opened this issue Mar 26, 2022 · 0 comments

Comments

@utterances-bot
Copy link

04 如何构建一个简单的RPC调用

1、什么叫RPC?
RPC(Remote Procedure Call) ,远程过程调度 RPC构成
RPC Consumer RPC Provider ConfigServer 1、Provider 启动 ConfigServer 注册服务 2、Consumer 启动 ConfigServer 订阅服务, 3、发起调用 Consumer —> Provider 4、响应调用 Consumer <— Provider 2、什么是 Netty ? https://netty.io/
Netty is a NIO client server framework which enables quick and easy development of network applications . Such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket

http://localhost:1313/posts/04-%E5%A6%82%E4%BD%95%E6%9E%84%E5%BB%BA%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84rpc%E8%B0%83%E7%94%A8/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant