Skip to content

ksato9700/grpc_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Greeter Test

This repository contains a simple gRPC Greeter service implementation in multiple languages:

  • Java: java/
  • Node.js: node/
  • Python: python/
  • Rust: rust-tonic/
  • Ruby: ruby/

Getting Started

See AGENTS.md for detailed instructions on how to build and run the client and server for each language.

Protocol Buffers

The Protocol Buffer definitions are located in the proto/ directory.

  • helloworld.proto: Defines the Greeter service and messages.
  • blood_type.proto: Defines an enum used in the messages.

Security Note

All implementations use insecure (plaintext) connections — no TLS or authentication. This is intentional for a local development and testing harness. Do not expose these servers in shared or production environments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors