1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-23 21:44:41 +02:00
Files
2025-11-13 18:59:34 +00:00

19 lines
437 B
Markdown

---
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)
## More
- [Real-World Examples](realworld/index.md)