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.