gRPC-haskell/examples/hellos
intractable 28288a17b7
Client helpers, re-exports, and fixups (#70)
* Derive `Show` instance for `ClientSSLKeyCertPair`

* Add a couple client helper functions & add additional exports

* Add `grpc-haskell-core` target; add `c2hs` dep

* Fix examples broken by #68

* rm `build-tools` and `include-dirs` directives from toplevel `.cabal`

* More `ClientConfig` fixes

* Ensure examples are built
2018-10-14 17:52:59 -05:00
..
hellos-client Client helpers, re-exports, and fixups (#70) 2018-10-14 17:52:59 -05:00
hellos-cpp MONAPP-1035: Fix errant hang on metadata exchange in Haskell client-side bidirectional streaming (#70) 2016-08-15 12:55:40 -05:00
hellos-server Switch from protobuf-wire to proto3-suite (#92) 2017-02-27 08:43:37 -08: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.