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