|
|
|
|
|
by gargarplex
2313 days ago
|
|
I didn't downvote you – in fact, I upvoted you. But I should also make the point that worker threads do not support importing native Node modules that were built directly on the V8 API. For example, most popular sqlite libraries (better-sqlite3, sqlite3) are not usable with worker threads. I'm mulling contributing N-API support to the libraries... but I haven't even done any research or planning work yet. |
|