node-cassandra-native-driver
Node.js addon to wrap the C++ native cassandra driver.
Installation
npm install -g node-gyp
npm install cassandra-native-driver
License
The wrapper library and addon are licensed for distribution by the MIT License.
This repository also includes a copy of the DataStax C++ driver from https://github.com/datastax/cpp-driver which is covered by the Apache License.
This code has been slightly modified to include conditional compilation directives to enable it to be used within the context of a node.js addon.