apache / dubbo-js

The Typescript implementation of Apache Dubbo. An RPC and microservice framework for Node.js and Web development.
https://dubbo.apache.org/
Apache License 2.0
766 stars 160 forks source link

examples need to be updated #236

Closed Vwings closed 3 years ago

Vwings commented 3 years ago

I'm using 3.0.0-rc6 apache-dubbo-js, and try to run hello-koa example in master branch, some fields is not exist.

// IDubboService not exist
import {IDubboService} from 'apache-dubbo-js';
// DubboServernot exist
import {DubboServer} from 'apache-dubbo-js';

I wonder which version of apache-dubbo-js this example is using, if the API is changed, could you please update the demo project?

Vwings commented 3 years ago

Well, 3.0.0-rc6 is published more than one year ago, and it's code is not match with master branch. finally I clone the master branch, build, and published to my own npm repo. is there any plan to release this new version?

hufeng commented 3 years ago

in 4.0.0, we will improve our examples