Skip to content

gmporter/cse124-lec-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cse124-lec-grpc

CSE 124 Fall 2017 grpc companion code

George Porter ([email protected])

To build the protocol buffer IDL into auto-generated stubs:

$ mvn protobuf:compile protobuf:compile-custom

To build the code:

$ mvn package

To run the server

$ target/atm/bin/runServer [port]

To run the client

$ target/atm/bin/runClient [hostname] [port]

To delete all programs and object files

$ mvn clean

About

CSE 124 Fall 2017 grpc companion code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages