THRIFT-1033: node.js target and lib
authorT Jake Luciani <jake@apache.org>
Sat, 8 Jan 2011 03:49:16 +0000 (03:49 +0000)
committerT Jake Luciani <jake@apache.org>
Sat, 8 Jan 2011 03:49:16 +0000 (03:49 +0000)
commit0c124bb94f86eead61ef1c65dc6b38f5f60076f9
treef7c50664aaa2be09fb8122835ac15bf7bbd1a115
parentc216556bd6d63f699a0632f569a13c7ad8920ca2
THRIFT-1033: node.js target and lib

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1056613 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
compiler/cpp/src/generate/t_js_generator.cc
lib/nodejs/README.md [new file with mode: 0644]
lib/nodejs/examples/Makefile [new file with mode: 0644]
lib/nodejs/examples/README.md [new file with mode: 0644]
lib/nodejs/examples/client.js [new file with mode: 0644]
lib/nodejs/examples/server.js [new file with mode: 0644]
lib/nodejs/examples/user.thrift [new file with mode: 0644]
lib/nodejs/lib/thrift/binary_parser.js [new file with mode: 0644]
lib/nodejs/lib/thrift/connection.js [new file with mode: 0644]
lib/nodejs/lib/thrift/index.js [new file with mode: 0644]
lib/nodejs/lib/thrift/protocol.js [new file with mode: 0644]
lib/nodejs/lib/thrift/server.js [new file with mode: 0644]
lib/nodejs/lib/thrift/thrift.js [new file with mode: 0644]
lib/nodejs/lib/thrift/transport.js [new file with mode: 0644]
lib/nodejs/package.json [new file with mode: 0644]