This is the Helloworld service
An example of how to write a simple helloworld service. This can also be generated using micro new helloworld
.
# run the server
micro server
# run the service
micro run github.com/micro/services/helloworld
## call the service
micro call helloworld Helloworld.Call '{"name": "Alice"}'