Files
2025-11-29 18:52:45 +08:00

9 lines
472 B
Markdown

# 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.