Skip to content

DLzer/gRPC-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Skeleton

MessageService Check

Testing the waters with gRPC and some small microservices.

Currently built-out:

  • MessageService
  • MessageService Test Coverage

# Run it

# right now docker is not set up so it's cli only
go run main.go

Run the service

❯ grpcurl --plaintext -d '{Body: "Hello, World!"}' 0.0.0.0:9000 protos.messageservice.MessageService/Message
{
    "body": "Hello, World!"
}

# Test it

cd messageservice/cmd && go test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published