.NET Core vs Apache Dubbo: What are the differences?
.NET Core: An Open Source, General-Purpose Development Platform Maintained by Microsoft and the .NET Community. Cross-platform (supporting Windows, macOS, and Linux) and can be used to build device, cloud, and IoT applications; Apache Dubbo: A high performance Java RPC framework. It is a high-performance, light weight, java based RPC framework. Dubbo offers three key functionalities, which include interface based remote call, fault tolerance & load balancing, and automatic service registration & discovery.
.NET Core belongs to "Frameworks (Full Stack)" category of the tech stack, while Apache Dubbo can be primarily classified under "Remote Procedure Call (RPC)".
Some of the features offered by .NET Core are:
- Cross-platform
- Consistent across architectures
- Command-line tools
On the other hand, Apache Dubbo provides the following key features:
- Transparent interface based RPC
- Intelligent load balancing
- Automatic service registration and discovery
.NET Core and Apache Dubbo are both open source tools. It seems that Apache Dubbo with 30.1K GitHub stars and 19.8K forks on GitHub has more adoption than .NET Core with 12.3K GitHub stars and 2.76K GitHub forks.