Node.js Addons

Learning C++ addons for Node.js

Buffers and C++ on Rising Stack - Community

26 Oct 2016

It’s been a few months since I’ve posted to this blog and I wanted to link to an article I’ve been working on that just appeared on Rising Stack’s new Community blog. The article - Using Buffers to share data between Node.js and C++ is all about making use of Buffers to efficiently move data between JavaScript and C++ - including asynchronous addons with worker threads..
The post has some examples also found in my book -[C++ and Node.js Integration] (/book/), but it includes a few new examples that I think show the basics a little more clearly.

Be sure to check it out!

comments powered by Disqus

Looking for more?

Sign up to for Node Addons newsletter so you find out when new articles are published right away. With your signup, you'll get a free copy of Chapter 2 - Understanding V8 Programming from the Node and C++ Integration e-book

* indicates required