mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-14 23:29:42 +01:00
28288a17b7
* 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 |
||
---|---|---|
.. | ||
hellos-client | ||
hellos-cpp | ||
hellos-server | ||
hellos.proto | ||
README.md |
Hellos example
This directory contains code for a simple "hello streaming" service which demonstrates use of various streaming APIs.