登录 注册
当前位置:主页 > 资源下载 > 10 > dubbo用户手册官方离线版下载

dubbo用户手册官方离线版下载

  • 更新:2024-06-05 08:40:08
  • 大小:3.8MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Java - 后端
  • 格式:ZIP

资源介绍

Dubbo |ˈdʌbəʊ| is a high-performance, java based RPC framework open-sourced by Alibaba. As in many RPC systems, dubbo is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a dubbo server to handle client calls. On the client side, the client has a stub that provides the same methods as the server.