tree: 735df6c7f0d64bf960f933884b44c25f5ed8a1e5 [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