0.1.1 • Published 9 years ago
activetick-addon v0.1.1
Node.js Bindings for activetick.com C++ SDK
- Uses protocol buffers internally between C++ and Javascript
- Node.js portion is written in IcedCoffeeScript in
/icedcompiled js in/js - Requires Node 0.12.7 - OS X or Ubuntu Linux (almost version independent w/ Node-NaN)
Usage OS X
- Install dependencies:
npm install -g node-gypbrew install protobuf pkg-config
Usage Ubuntu
- sudo apt-get install libprotobuf-dev protobuf-compiler pkg-config
To-Do
- Support every API method (a few are missing)
- Memory Management
- CPP: delete *pointer;
- Finish NaN abstractions