Skip to content

A simple repo to demonstrate gRPC and some related operations

Notifications You must be signed in to change notification settings

ryandpardey/grpc-demo

Repository files navigation

gRPC demo

This repository is a simple demo of gRPC and some related functions. I plan to add more eventually.

Table of Contents

Requirements

Tests

You can run all tests with:

go test ./...

You can run a single Article test with:

cd internal/article
go test -run Test_ArticleFromProto -v

About

A simple repo to demonstrate gRPC and some related operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published