浏览代码

Add initial README for examples.

Tim Burks 9 年之前
父节点
当前提交
41fd3b90de
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Examples/README.md

+ 6 - 0
Examples/README.md

@@ -0,0 +1,6 @@
+
+# Examples
+
+Start with the Echo sample. It demonstrates a simple echo service with nonstreaming and streaming
+APIS and that can be run with or without TLS. Swift clients and servers are built in a Mac app, 
+and an interoperable client and server is in the Go directory.