tree: 05c4020855e6df11312b51d9855642a17e180729 [path history] [tgz]
  1. .vscode/
  2. src/
  3. test/
  4. .gitignore
  5. .travis.yml
  6. appveyor.yml
  7. package.json
  8. README.md
  9. tsconfig.json
  10. tslint.json
examples/hello-midway/README.md

QuickStart

Development

$ cd ../../
$ make
$ sh start_dubbo_service.sh
$ cd examples/hello-midway
$ yarn
$ yarn dev
$ open http://localhost:7001/hello

Requirement

  • Node.js 8.x
  • Typescript 2.8+