gRPC-Example

command module
v0.0.0-...-988b5a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 6 Imported by: 0

README

gRPC Server-Client example

A simple gRPC example demonstration server to client communication.

Requirements

  • Protocol Buffers v3 installation

Installation

The Protocol Buffer can be installed using the following command.

go get -u github.com/golang/protobuf/protoc-gen-go

You will have to ensure the protoc is added to your path environment variable so you can use it in your console.

Getting started

Installing the dependencies:

go mod download

Starting the server:

go run server.go

Starting the client:

go run client.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL