If you just want to call into C https://github.com/rbranson/node-ffi

or

If you actually need to deal with the event loop (such as doing things in 
multiple threads and queueing them on the loop): 
http://nodejs.org/api/addons.html

On Friday, March 22, 2013 11:10:49 AM UTC-5, Gaurav Meena wrote:
>
> I am trying to connect monetdb with node.js. I have a simple (20 line) c 
> program which can query moentdb using mapi libraries.
>
> can I use those libraries to build something(module/addon) for node.js 
> which uses these libraries and connect to monetdb.
>
>
> (using odbc is an option but it have its own disadvantages.)
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to