Skip to content

This application for simple calculation of addition and subtraction using APIs of gRPC and protobuf with GoLang.

Notifications You must be signed in to change notification settings

DreamsOfImran/grpc_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc_demo

This application for simple calculation of addition and subtraction using APIs of gRPC and protobuf with GoLang.

To start this application, perform the below steps.

Run server/main.go and client/main.go in separate terminals.

Inside project repo

 $ go run server/main.go

Another terminal

$ go run client/main.go

Example APIs

localhost:8080/add/120/300

localhost:8080/subtract/400/150

About

This application for simple calculation of addition and subtraction using APIs of gRPC and protobuf with GoLang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages