go-micro.dev/v5@v5.12.0/internal/website/docs/examples/index.md (about)

     1  ---
     2  layout: default
     3  ---
     4  
     5  # Learn by Example
     6  
     7  A collection of small, focused examples demonstrating common patterns with Go Micro.
     8  
     9  - [Hello Service](hello-service.md)
    10  - [RPC Client](rpc-client.md)
    11  - [Pub/Sub with NATS Broker](pubsub-nats.md)
    12  - [Service Discovery with Consul](registry-consul.md)
    13  - [State with Postgres Store](store-postgres.md)
    14  - [NATS Transport](transport-nats.md)
    15  
    16  ## More
    17  
    18  - [Real-World Examples](realworld/index.md)