From f04cfca79716258c97415527ddc47ac87c83a802 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Fri, 15 Oct 2010 19:24:32 +0000 Subject: [PATCH] THRIFT-893 add JavaScript to the tutorial example (html only) git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1023077 13f79535-47bb-0310-9956-ffa450edef68 --- tutorial/js/tutorial.html | 109 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 tutorial/js/tutorial.html diff --git a/tutorial/js/tutorial.html b/tutorial/js/tutorial.html new file mode 100644 index 00000000..8db32da3 --- /dev/null +++ b/tutorial/js/tutorial.html @@ -0,0 +1,109 @@ + + + + + + Thrift Javascript Bindings - Tutorial Example + + + + + + + + + + + + + + +

Thrift Javascript Bindings

+
+ + + + + + + + + + + + + + + + + + + +
num1
Operation
num2
result
autoupdate
+
+ +

This Java Script example uses tutorial.thrift and a Thrift server using JSON protocol and HTTP transport. +

+

+ Valid XHTML 1.0! +

+ + -- 2.17.1