mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
16 lines
185 B
Markdown
16 lines
185 B
Markdown
# Metadata example
|
|
|
|
This example shows how to set and read metadata in RPC headers and trailers.
|
|
|
|
## Start the server
|
|
|
|
```
|
|
node server.js
|
|
```
|
|
|
|
## Run the client
|
|
|
|
```
|
|
node client.js
|
|
```
|