THRIFT-2164 Add a Get/Post Http Server to Node along with examples
Client: nodejs
Patch: Randy Abernethy
small change to run on 0.6.x
diff --git a/lib/nodejs/examples/README.md b/lib/nodejs/examples/README.md
index a87581f..0773e60 100644
--- a/lib/nodejs/examples/README.md
+++ b/lib/nodejs/examples/README.md
@@ -25,5 +25,8 @@
#Now run the client:
NODE_PATH=../lib:../lib/thrift node client.js
+#For an example using JavaScript in the browser to connect to
+#a node.js server look at hello.html, hello.js and hello.thrift
+