tree: 1e5567f3610b4481e353c8b672d4a92dfde3e5e2 [path history] [tgz]
  1. go-client/
  2. go-server/
  3. java-client/
  4. java-server/
  5. README.md
  6. README_zh.md
helloworld/README.md

Helloworld for Dubbo-go 3.0

For api definition and go client and server startup, please refer to dubbo-go 3.0 quickstart

Instructions

  1. Start zookeeper

  2. Start the server

Use goland to start helloworld-go-server

or

Execute sh run.sh in the java-server folder to start the java server

  1. Start the client

Use goland to start helloworld-go-client

or

Execute sh run.sh under the java-client folder to start the java client