Skip to content
/ grpc Public

A GoLang gRPC implementation used with github.com/go-stuff/web using the MongoDB Go Driver.

Notifications You must be signed in to change notification settings

go-stuff/grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc

Gopher Share

Testing grpc

Environment Variables Required

The following are default values if none are specified:

MONGO_URI = "mongodb://localhost:27017"
MONGO_DATABASE = "test"
API_URI = "localhost:6000"

Certs

I have included some test certs in the package to connect with go-stuff\web. You can generate them the following way:

go run GOROOT/src/crypto/tls/generate_cert.go --host 127.0.0.1 --duration 17520h

About

A GoLang gRPC implementation used with github.com/go-stuff/web using the MongoDB Go Driver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages