Skip to content

RomeroGabriel/go-gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gRPC

This is a simple project focused on learning and improving with gRPC. It consists of a basic entity, Category, which is stored in an SQLite file database. Additionally, by using gRPC, it is possible to send operations to the gRPC server for saving and listing.

Genereate proto files

protoc --go_out=. --go-grpc_out=. proto/category.proto

Evans Client Execution

evans -r repl
package pb
service CategoryService
call {function}

Useful Links

  1. gRPC
  2. Proto Buf
  3. Evans Client

About

A straightforward project using Go and gRPC.

Topics

Resources

Stars

Watchers

Forks

Languages