-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Home
Huxing Zhang edited this page Apr 11, 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.
- Spring Cloud Sleuth (a distributed tracing solution for Spring Cloud) now officially supports Dubbo!
- New Contributor Guide: fresh to Dubbo? View the new contributor guide to quickly learn how to contribute.
Copyright © 2019 The Apache Software Foundation.
- User Guide
- Contributor Guide
- Committer Guide
- Release Notes
- Community