Buffers and C++ on Rising Stack - Community
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!