github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/roadmap/clients.md (about)

     1  # Clients
     2  
     3  Clients are multi-language clients for Micro
     4  
     5  ## Overview
     6  
     7  Clients are multi-language clients used with the micro runtime to access services and resources. 
     8  The clients are code generated in multiple languages based on proto and our goal is to wrap 
     9  them with idiomatic client libraries in each language.
    10  
    11  The clients can be found in [github.com/micro/clients](https://github.com/micro/clients).
    12  
    13  ## Objectives
    14  
    15  - Code generate SDKs based on micro runtime services
    16  - Wrap the SDKs in more idiomatic clients per language
    17  - Enable multi-language development using the micro server