You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2015/10/03 02:10:34 UTC

svn commit: r1706509 - /thrift/cms-site/trunk/content/tutorial/dart.md

Author: jensg
Date: Sat Oct  3 00:10:33 2015
New Revision: 1706509

URL: http://svn.apache.org/viewvc?rev=1706509&view=rev
Log:
dart tutorial draft added

Added:
    thrift/cms-site/trunk/content/tutorial/dart.md

Added: thrift/cms-site/trunk/content/tutorial/dart.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/dart.md?rev=1706509&view=auto
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/dart.md (added)
+++ thrift/cms-site/trunk/content/tutorial/dart.md Sat Oct  3 00:10:33 2015
@@ -0,0 +1,25 @@
+---
+title: "Dart"
+library_lang: "dart"
+---
+{% include 'tutorial_intro.md' %}
+
+### Prerequisites
+
+TBD
+
+### Client
+
+[snippet:path=tutorial/dart/client/web/client.dart:lang=cpp:lines=18,279]
+
+### Client web page
+
+[snippet:path=tutorial/dart/client/web/index.html:lang=html:lines=19,37]
+
+### Server
+
+[snippet:path=tutorial/dart/server/bin/main.dart:lang=cpp:lines=18,164]
+
+## Additional Information
+
+TBD