https://github.com/loeffel-io/bazel-cpp-grpc-server
Bazel C++ gRPC Server (for educational purposes)
https://github.com/loeffel-io/bazel-cpp-grpc-server
Last synced: about 2 months ago
JSON representation
Bazel C++ gRPC Server (for educational purposes)
- Host: GitHub
- URL: https://github.com/loeffel-io/bazel-cpp-grpc-server
- Owner: loeffel-io
- License: mit
- Created: 2023-10-14T15:42:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T11:29:41.000Z (over 1 year ago)
- Last Synced: 2025-01-30T04:44:00.440Z (4 months ago)
- Language: Starlark
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel C++ gRPC Server
- [x] health server
- [x] reflection
- [ ] graceful shutdown
- [x] server tests (status missing)
- [ ] validation
- [ ] recovery + logging (?)