1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-17 17:44:30 +02:00
2021-11-24 16:43:05 +00:00
..
2021-10-13 13:31:23 +01:00
2021-10-13 13:31:23 +01:00

Hello World

This is hello world using micro

Contents

  • main.go - is the main definition of the service, handler and client
  • proto - contains the protobuf definition of the API

Dependencies

Install the following

Run Service

micro run . --name helloworld

Query Service

micro call helloworld Greeter.Hello '{"name": "John"}'

List Services

micro services