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

     1  ## Roadmap
     2  
     3  This is a high level overview for the open source software.
     4  
     5  ## Overview
     6  
     7  The roadmap is currently a work in progress.
     8  
     9  ## High Level
    10  
    11  Below are high level features or things we want to get done.
    12  
    13  - [X] consolidate all libraries into go-micro
    14  - [X] gRPC API for the micro proxy
    15  - [X] quic as a default transport
    16  - [X] nats as a default broker
    17  - [x] gRPC integration and interop
    18  - [x] embedded nats as the default broker
    19  - [x] go, java, typescript, ruby, python clients
    20  - [x] standalone micro server
    21  - [x] better documentation and end to end tutorials
    22  - [x] dynamically defined cli, flags and env vars
    23  - [x] simpler kubernetes integration and deployment using helm
    24  - [ ] pluggable wrappers for micro for cors, tracing, logging
    25  - [ ] improved micro api configuration to define endpoints and hosts
    26  - [ ] graphql handler for the micro api
    27  - [ ] wireguard support in the micro network
    28  - [x] reusable foundation [services](https://github.com/micro/services)
    29  - [ ] define the mucp protocol for server to server communication
    30  - [ ] define the mu language spec as a high level DSL
    31  - [ ] implement the [wasm](https://github.com/bytecodealliance/wasm-micro-runtime) runtime