Skip to content

weiwenchen2022/grpc-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The grpc-pubsub server and client use grpc go libraries and pubsub library to implement pubsub service.

Please refer to pubsub for more information.

See the definition of the pubsub service in pubsub/pubsub.proto.

Run the sample code

To compile and run the server, assuming you are in the root of the grpc-pubsub folder, i.e., .../grpc-pubsub/, simply:

$ go run ./pubsub-server

Likewise, to run the client:

$ go run ./pubsub-cli

About

The Go language implementation of pubsub based on gRPC

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published