0.1.1 • Published 8 years ago

activetick-addon v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

Node.js Bindings for activetick.com C++ SDK

  • Uses protocol buffers internally between C++ and Javascript
  • Node.js portion is written in IcedCoffeeScript in /iced compiled 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-gyp
    • brew 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
0.1.1

8 years ago

0.1.0

8 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago