Node.js addon of Interactive Brokers API
Hosted by Bay Area Trading Systems Interest Group
Details
I've started a public GitHub project on developing a Node.js addon of IB API. Node.js is a V8 based JavaScript app engine. It's fast, easy to learn, and works well for problems that require event-driven software that is scalable. I plan on developing a Node.js addon of IB API so that next generation of algo traders can develop their custom software in JavaScript instead. Eventually it would be good to develop FIX addon as well, but one step at a time.
https://github.com/dchem/node-ibapi-addon
I'll be using IB's POSIX C++ API.
If you are interested in working with me on this, message me here. I will be starting the work soon.