mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
26 lines
605 B
Markdown
26 lines
605 B
Markdown
# Micro Services
|
|
|
|
Programmable real world Micro services
|
|
|
|
## Overview
|
|
|
|
Micro services provide the fundamental building blocks for any products, apps or services. They can be used in isolation
|
|
or combined to create a powerful distributed system. The services are intended to be consumed by each other using RPC
|
|
and from the external world through a Micro API.
|
|
|
|
## Cloud
|
|
|
|
Find cloud hosted versions on [m3o.com](https://m3o.com)
|
|
|
|
## Usage
|
|
|
|
Run a service from source
|
|
|
|
```
|
|
micro run github.com/micro/services/helloworld
|
|
```
|
|
|
|
## License
|
|
|
|
[Polyform Strict](https://polyformproject.org/licenses/strict/1.0.0/)
|