gRPC-haskell/examples/tutorial
Connor Clark 169dbb7fff First draft of a tutorial (#15)
* add basic tutorial, re-export client stuff in HighLevel.Generated

* add a relative link in README.md

* forgot to document the language extensions

* cabal file fixup

* more context to compile-proto-file

* haskell syntax highlighting in markdown

* link to gRPC official tutorials for basic concepts

* add a note on how to build the examples

* prominent notice of required gRPC version

* fix typo

* do some error handling, show how to run the example executables

* use mapM
2017-04-30 15:38:29 -07:00
..
Arithmetic.hs First draft of a tutorial (#15) 2017-04-30 15:38:29 -07:00
arithmetic.proto First draft of a tutorial (#15) 2017-04-30 15:38:29 -07:00
ArithmeticClient.hs First draft of a tutorial (#15) 2017-04-30 15:38:29 -07:00
ArithmeticServer.hs First draft of a tutorial (#15) 2017-04-30 15:38:29 -07:00
TUTORIAL.md First draft of a tutorial (#15) 2017-04-30 15:38:29 -07:00