Socket
Socket
Sign inDemoInstall

activetick-addon

Package Overview
Dependencies
5
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    activetick-addon

activetick.com c++ addon for node


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Node package for millisecond-precision streaming financial data & historical data using activetick.com

-- C++ node extension that links against CppSDK. Uses Google Protobuf to structure data interchange between languages. As such it has a very small node footprint and is extremely flexible. Protocol Buffer could be used to interchange to any language or protocol. Also fast.

-- Uses libuv async_send() to interrupt Node.js runtime only as needed and immediately on message frames

-- Requires activetick.com subscription

-- Requires Node 0.12.7 - OS X or Ubuntu Linux

OS X
  • brew install protobuf
UBUNTU LINUX
  • sudo apt-get install libprotobuf-dev protobuf-compiler
To-Do
  • Support every API method
  • Memory Management
    • CPP: delete *pointer;
  • Usage documentation
  • Make node-version independent (using nan)

FAQs

Last updated on 21 Oct 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc