In class today, we went through some code related to an ATM machine example. To access this code, access it on GitHub via: https://github.com/gmporter/cse124-lec-grpc
To access the starter code:
$ git checkout startercode
To access the more complete version with an implementation of the login rpc:
$ git checkout fullversion
Note
To biuld the protocol buffer IDL into auto-generated stubs, type
$ mvn protobuf:compile protobuf:compile-custom
(note the compile-custom part)