Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:45 +08:00
commit 37518e0ca3
19 changed files with 1587 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for grpc-service-generator skill
- [ ] generate_proto.sh: Generates a basic .proto file with example service and message definitions.
- [ ] compile_proto.sh: Compiles the .proto file into gRPC stubs for different languages (Python, Go, Java).
- [ ] run_grpc_server.py: A basic Python gRPC server implementation for testing the generated stubs.
- [ ] test_grpc_client.py: A basic Python gRPC client implementation for testing the gRPC server.