Skip to content

xtreme-jesse-malone/grpc-streaming-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Server

server listens on port 3000.

pushd server
go get .
go build .
./server
popd

Client

The client connects to <url>:<port>, opeining connections in <threadcound> threads

pushd client
go get .
go build .
./client <url>:<port> <threadcount>

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors