1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-23 21:44:41 +02:00
Files
go-micro/internal/website/docs/examples/index.md

15 lines
383 B
Markdown
Raw Normal View History

2025-11-13 18:11:29 +00:00
---
layout: default
---
# Learn by Example
A collection of small, focused examples demonstrating common patterns with Go Micro.
- [Hello Service](hello-service.md)
- [RPC Client](rpc-client.md)
- [Pub/Sub with NATS Broker](pubsub-nats.md)
- [Service Discovery with Consul](registry-consul.md)
- [State with Postgres Store](store-postgres.md)
- [NATS Transport](transport-nats.md)