#include "_doctype.html" node-libcurl - the Node.js binding of libcurl #include "css.t" #define LIBCURL_NODEJS #define CURL_URL libcurl/nodejs #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl node.js) TITLE(accessing libcurl from Node.js)

All you need to do is to install the node-libcurl package and then you'll be able to access libcurl from within your Node.js projects!

How to Install
Install libcurl first.
Then try:

npm install node-libcurl
If that did not work, check out README.md for more instructions.

Binding API docs:
node-libcurl API

Examples
Checkout the examples folder in the repository.

Credits
Written by Jonathan Cardoso Machado

What is Node.js?
You'll find more info about node.js here: https://www.nodejs.org. #include "_footer.html"