-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Home
Huxing Zhang edited this page May 2, 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-5-2] Ian Luo(PPMC) and Jun Liu(PPMC) will talk about "Introducing Apache Dubbo(Incubating): What is Dubbo and How it Works" at ApacheCon NA this year in Montréal! Please check out the schedule here and register here.
- [2018-4-25] The GSoC(Google Summer of Code) 2018 projects has been announced, Raghu Reddy's project "Extending Serialization protocols support for Apache Dubbo" has been accepted! Congratulations!
- [2018-4-22] Ian Luo has delivered a great talk at QCon Beijing 2018, where the roadmap of Dubbo has also be announced. Please enjoy the slides!
- [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!
- Dubbo present and future at QCon Beijing 2018 (Chinese).
- Got question to ask? Check the FAQ first!
Copyright © 2019 The Apache Software Foundation.
- User Guide
- Contributor Guide
- Committer Guide
- Release Notes
- Community