Dear Dubbo community, I am gxcsoccer from Ant Financial Group, and I am also the core member of Egg.js (which is the most popular web frameworks of Node.js in china).
We'd like to introduce you guys to our Node.js implementation of Dubbo. Here is a simple tutorial to show you how to make Dubbo RPC calls between Node.js & Java using Egg.js And I notice that there already is a Node.js implementation of Dubbo called dubbo2.js, it's really awesome, but I believe that we have some advantages: 1. dubbo2.js is more like a Dubbo Node.js SDK, and ours is a complete Node.js RPC solution including RPC protocol, connection management, load balance, service discovery, circuit breaker ... etc. 2. Our solution is deep integrated with Egg.js, and it has a big plugin ecosystem. So it can be very easy for developers to customize their RPC framework by combination of plugins. 3. Alibaba & Ant Financial have widely used it in production for several years, and it has experienced the test of Double Eleven, So we can say it's an enterprise RPC framework. So I wish that the Dubbo community can accept our solution as one of official Node.js implementation, and we also willing to communicate with the author(s) of dubbo2.js, and bring them together to improve the communities. Relative Github Repos: - https://github.com/eggjs/egg-rpc - https://github.com/eggjs/egg-dubbo-rpc - https://github.com/alipay/sofa-rpc-node - https://github.com/dubbo-js/dubbo-remoting - https://github.com/eggjs/jar2proxy Thanks a lot gxcsoccer
