/binding.node

Get started binding stuff to Node.js fast (libUV examples!)

Primary LanguageC++

binding.node

SYNOPSIS

Get started writing Node.js bindings fast! This is a very lean framework with some nice macros and code examples that should help you bind your favorite C library for use with node. Includes async the way it's supposed to be done (with libUV)!

LICENSE

Whatever, it's public domain.

REFERENCES

There were a number of docs used as sources for writing this, which may be helpful in the case that you need to do something that is not exemplified in the code: