golang 实现rpc远程调用,开箱即用
摘要:RPC 远程方法调用 优点:提升系统可扩展性,提升可维护性,和吃持续交付能力实现系统的高可用等 缺点 rpc受限于网络 实现一个rcp远程调用关键在于带里层的实现 还是贴代码吧 package client import ( "bytes" "fmt" "github.com/gorilla/rpc
阅读全文
posted @ 2020-08-31 22:28
posted @ 2020-08-31 22:28
posted @ 2020-08-25 11:03
posted @ 2020-08-19 00:07