mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
15 lines
383 B
Markdown
15 lines
383 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)
|