Skip to content

Commit 25c0eb4

Browse files
committed
update README with information on BufferedTransport
1 parent ae8be1f commit 25c0eb4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ protocol has been implemented. A Thrift compiler that will generate the .js
55
files from a Thrift specification is being implemented as well, see the
66
Thrift Compiler section below.
77

8-
NOTE: you must use the framed thrift transport, TFramedTransport in most
9-
implementations, on the server side. Using a popular example, this is enabled
10-
by default in Cassandra 0.7 (but configuration must be changed in Cassandra
11-
0.6.x and earlier).
8+
NOTE: By default, node-thrift uses TFramedTransport. Using a popular
9+
example, this is enabled by default in Cassandra 0.7 (but configuration must be
10+
changed in Cassandra 0.6.x and earlier). See the
11+
[examples](https://github.com/wadey/node-thrift/tree/master/examples) folder
12+
to see how to enable TBufferedTransport (added in 0.7.0).
1213

1314
## Install
1415

@@ -45,6 +46,10 @@ Here is a Cassandra example:
4546
connection.end();
4647
});
4748

49+
## Libraries using node-thrift
50+
51+
* [yukim/node_cassandra](https://github.com/yukim/node_cassandra)
52+
4853
## Custom client and server example
4954

5055
An example based on the one shown on the Thrift front page is included in the [examples](https://github.com/wadey/node-thrift/tree/master/examples) folder.

0 commit comments

Comments
 (0)