-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Home
Huxing Zhang edited this page Apr 12, 2018
·
36 revisions
Apache Dubbo (incubating) |ˈ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.
Please visit the official web site for more information.
- 2018-4-12 The schedule of LinuxCon + ContainerCon + CloudOpen China has been announced, and we are glad to have Jun Liu (Dubbo PPMC) to talk about "Dubbo Open-Sourcing - Present and the Future"
- 2018-4-11 Ian Luo (Dubbo PPMC) will talk about the present and future of Dubbo in QCon Beijing
- 2018-4-10 Spring Cloud Sleuth (a distributed tracing solution for Spring Cloud) now officially supports Dubbo!
- Got question to ask? Check the FAQ first!
Copyright © 2019 The Apache Software Foundation.
- User Guide
- Contributor Guide
- Committer Guide
- Release Notes
- Community