Saturday 9 April 2016

Can NodeJS benefit from multi-threaded libraries?

I've recently come across what I think is a very interesting HTML5 library written in C with support for multi-threading (http://ift.tt/1O4k5dC). As far as I am aware NodeJS is single-threaded in nature. That being the case, would it be possible to create a NodeJS module from the aforementioned c library using node-gyp to take advantage of low-level multi-threaded API?

Submitted April 09, 2016 at 11:39AM by pedrocls

No comments:

Post a Comment