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
- Host: GitHub
- URL: https://github.com/tzcnt/tmc-grpc
- Owner: tzcnt
- License: mit
- Created: 2023-09-17T23:57:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T03:12:56.000Z (over 1 year ago)
- Last Synced: 2025-01-03T21:22:10.861Z (5 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.