2023-06-27 14:02:47 -07:00

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
```