https://github.com/tradias/example-vcpkg-grpc
asio-grpc examples
https://github.com/tradias/example-vcpkg-grpc
asio-grpc example grpc
Last synced: 6 months ago
JSON representation
asio-grpc examples
- Host: GitHub
- URL: https://github.com/tradias/example-vcpkg-grpc
- Owner: Tradias
- Created: 2021-10-11T13:15:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T14:59:11.000Z (11 months ago)
- Last Synced: 2025-04-23T18:08:37.294Z (6 months ago)
- Topics: asio-grpc, example, grpc
- Language: CSS
- Homepage:
- Size: 46.9 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a:
[Simple project that uses vcpkg to get gRPC and generate proto sources during build](./example-vcpkg-grpc)
And several solutions for issues reported to [asio-grpc](https://github.com/Tradias/asio-grpc):
* [issue 13](https://github.com/Tradias/asio-grpc/issues/13) - [Synchronous interaction with an asynchronous bidirectional stream](./13)
* [issue 14](https://github.com/Tradias/asio-grpc/issues/14) - [Client with multiple GrpcContexts and grpc::Channels, picked using round-robin](./14)
* [issue 16](https://github.com/Tradias/asio-grpc/issues/16) - [Read from bidirectional stream and dispatch to thread_pool to compute response](./16)
* [issue 55](https://github.com/Tradias/asio-grpc/issues/55) - [Helloworld server using standalone Asio](./55)
* [issue 69](https://github.com/Tradias/asio-grpc/issues/69) - [Long-lived streaming from server to client (subject/producer/observer pattern)](./69)
* [issue 81](https://github.com/Tradias/asio-grpc/issues/81) - [Long-lived gRPC server stream](./81)
* [issue 97](https://github.com/Tradias/asio-grpc/issues/97) - [Helloworld server using Boost.Asio](./97)