An open API service indexing awesome lists of open source software.

https://github.com/tzcnt/tmc-grpc

gRPC integration for the TooManyCooks runtime
https://github.com/tzcnt/tmc-grpc

Last synced: 4 months ago
JSON representation

gRPC integration for the TooManyCooks runtime

Awesome Lists containing this project

README

        

## tmc-grpc
This is where the planned [TooManyCooks](https://github.com/tzcnt/TooManyCooks/) - gRPC integration will be. There's nothing here yet...

### TODO
- Provide awaitables for accepting connections, sending and receiving messages.
- Ensure that simultaneous access to gRPC resources (e.g. when multiple coroutines are sending responses over a single gRPC stream) are sufficiently protected.