Skip to content

Files

Latest commit

649a04b · Feb 4, 2020

History

History
This branch is 226 commits ahead of asbubam/examples:master.

helloworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 4, 2020
Nov 16, 2019
Feb 4, 2020

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 service --name helloworld

Query Service

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