Need advice about which tool to choose?Ask the StackShare community!

Apache Dubbo

33
60
+ 1
0
JSON-RPC

35
53
+ 1
0
Add tool

JSON-RPC vs Dubbo: What are the differences?

Developers describe JSON-RPC as "A remote procedure call protocol encoded in JSON". It is a very simple protocol, defining only a few data types and commands. It allows for notifications (data sent to the server that does not require a response) and for multiple calls to be sent to the server which may be answered out of order. On the other hand, Dubbo is detailed as "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.

JSON-RPC and Dubbo can be primarily classified as "Remote Procedure Call (RPC)" tools.

Dubbo is an open source tool with 28.4K GitHub stars and 18.7K GitHub forks. Here's a link to Dubbo's open source repository on GitHub.

Manage your open source components, licenses, and vulnerabilities
Learn More
- No public GitHub repository available -

What is Apache Dubbo?

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.

What is JSON-RPC?

It is a very simple protocol, defining only a few data types and commands. It allows for notifications (data sent to the server that does not require a response) and for multiple calls to be sent to the server which may be answered out of order.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention Apache Dubbo and JSON-RPC as a desired skillset
What companies use Apache Dubbo?
What companies use JSON-RPC?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Apache Dubbo?
What tools integrate with JSON-RPC?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to Apache Dubbo and JSON-RPC?
Spring Cloud
It provides tools for developers to quickly build some of the common patterns in distributed systems.
gRPC
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking...
Apache Thrift
The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages.
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
See all alternatives