gRPC-haskell/examples/echo/echo-cpp
Joel Stanley 9a3be32ed7 Update echo client/server to use CG and high-level interfaces (#88)
* echo client/server example: dead code removal, add command line params, improve output messages

* Add nix-build result to .gitignore

* Merge echo-client and echo-server directories to echo-hs/ directory; rename main modules accordingly

* Use our protobuf compiler to generate bindings for the Echo service

* Simplify echo.proto to just one endpoint; use highlevel client/server interfaces and codegen for echo example

* Remove repetition counts and thread spawns from echo client, parameterize payload

* Update default.nix
2016-12-22 14:33:44 -06:00
..
echo-client.cc Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
echo-server.cc Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
echo.grpc.pb.cc Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
echo.grpc.pb.h Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
echo.pb.cc Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
echo.pb.h Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00
Makefile Update echo client/server to use CG and high-level interfaces (#88) 2016-12-22 14:33:44 -06:00