Are there any good distributed frameworks under node? Similar to using dubbo in java

node is widely used in the company"s existing technical capabilities. Now there is a relatively large project. Consider doing service split. Is there a recommended distributed framework under node? Similar to the dubbo, used under java, it is relatively simple to use when it is mature and stable.

If

node develops the server side, it is better to use go or java, which has more appropriate distributed components. And the stability and performance are tested.


you can take a look at Ali's Egg.js , but you may have to see for yourself about service extension.


you can take a look at sofa-node

Menu