Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crufter/clients
Multi-language clients for Micro
https://github.com/crufter/clients
Last synced: 22 days ago
JSON representation
Multi-language clients for Micro
- Host: GitHub
- URL: https://github.com/crufter/clients
- Owner: crufter
- License: apache-2.0
- Created: 2020-03-03T12:00:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T07:36:05.000Z (almost 5 years ago)
- Last Synced: 2024-11-30T21:48:40.361Z (23 days ago)
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clients
This is the home of multi-language clients for [Micro](https://github.com/micro/micro)
## Overview
Micro clients are protobuf based code generated clients for use with the micro runtime. This is to unlock
the ability to develop micro services in any language without the need for a full framework. Clients
are ideally offloading everything to micro itself.## Languages
We will support any clients that can be code generated via gRPC
## Getting Started
The proxy address localhost:8081 should be used as the fixed entry point for all requests.
Download and run micro
```
go get github.com/micro/micro
``````
micro
```More on usage soon...
## Developement
Our [development](https://github.com/micro/development/blob/master/clients.md) repo tracks any development of micro related code.
We also have a #development channel on slack for any realtime discussion.