Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btipling/todo_backend
https://github.com/btipling/todo_backend
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/btipling/todo_backend
- Owner: btipling
- License: mit
- Created: 2020-09-15T04:23:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-15T14:17:31.000Z (about 4 years ago)
- Last Synced: 2024-10-14T17:54:56.534Z (25 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"}'
```