# Example: Synchronous listener and connection
This example shows how you can go about implementing a _synchronous_ listener and connection using gipc.
Note that listeners are recommended to use the [`async-tokio`](../async-tokio) implementation instead.
## Run this example
```bash
cargo run -F sync --example sync
```