gRPC-haskell/examples/hellos
Joel Stanley 9408745254 Streaming interface tweaks (i.e., StreamSend/Recv ops in IO) (#58)
* Add clientRW', StreamRecv', StreamSend' placeholders for IO-based stream ops (instead of Streaming); concurrent hellos Haskell client; hellos client cleanup

* Fix typo

* Rename clientRW' => clientRW; fix unreg bidi testcase

* Replace serverRW operation with one that uses the IO-based stream ops instead of the Pipes.Proxy.Client ops; modify examples accordingly

* Misc formatting, minor restructuring wibbles

* Replace remaining stream send/recv operations with IO-based ops instead of
Pipes.Proxy.Client; DCR; minor style consistency tweaks.
2016-08-09 11:30:47 -05:00
..
hellos-client Streaming interface tweaks (i.e., StreamSend/Recv ops in IO) (#58) 2016-08-09 11:30:47 -05:00
hellos-cpp "Hellos" C++/Haskell programs for exercising interop for streaming modes (#49) 2016-07-26 15:21:35 -07:00
hellos-server "Hellos" C++/Haskell programs for exercising interop for streaming modes (#49) 2016-07-26 15:21:35 -07:00
hellos.proto "Hellos" C++/Haskell programs for exercising interop for streaming modes (#49) 2016-07-26 15:21:35 -07:00
README.md "Hellos" C++/Haskell programs for exercising interop for streaming modes (#49) 2016-07-26 15:21:35 -07:00

Hellos example

This directory contains code for a simple "hello streaming" service which demonstrates use of various streaming APIs.