Skip to content

argzdev/go-server-grpc-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-server-grpc-testing

Summary

  • This repository sets up a simple golang server with gRPC that receives a Message proto file.

Modified template from [quick start]: https://grpc.io/docs/languages/go/quickstart

Follow these setup to run the example:

  1. Get the code:

  2. Run the server:

    $ cd greeter_server
    $ go run main.go
  3. Server now monitors and prints any incoming message with the header.

Client code: (android-client)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages