- Uses protocol buffers internally to serialize between C and Javascript
- Node.js portion is written in IcedCoffeeScript in
/iced
compiled js in/js
- Uses Nan for node.js version abstraction. Should work on all versions of Node.js
- Install dependencies:
npm install -g node-gyp
brew install protobuf pkg-config
sudo apt-get install libprotobuf-dev protobuf-compiler pkg-config
- Create
/example/config.js
with your username, password, and apikey - Run either
iced example.iced
ornode example.js
to see a stream of trades and quote ticks in real time.
- Support every API method (a few are missing)
- Memory Management Not Production Ready