Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btipling/todo_backend


https://github.com/btipling/todo_backend

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Helloworld Service

This is the Helloworld service

## Overview

An example of how to write a simple helloworld service. This can also be generated using `micro new helloworld`.

## Usage

```
# 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"}'
```