/go-simple-grpc

go-simple-grpc is a simple implementation of gRPC along with REST API

Primary LanguageGo

GO Simple gRPC

Installation

Clone repository

git clone https://github.com/achjailani/go-simple-grpc.git

Install

cd go-simple-grpc && go mod download 

Running Application

Run gRPC server

go run main.go grpc:start

Run HTTP Server

go run main.go