Whether aspose can support nodeJS

I read the introduction on the official website and learned that aspose can support c++. Is it possible to encapsulate an unmanaged DLL file for nodejs to call? This is very important to me, because we build the desktop application using electron+nodejs

@yewanji,

I am in coordination with team to get answer pertaining to your query. Soon you will be updated with the required information.

Aspose provides various C++ APIs that you can use in your native C++ applications. You may also be interested in the following APIs that Aspose provides:

@yewanji,

We have also prepared an example of a native node.js addon that uses Aspose.Words for C ++.
You can find it here: GitHub - btolfa/nodejs-native-addon-with-aspose.words.cpp: Node.js Native Addon which uses Aspose.Words for C++
Please note that this is just an example of use, not a full wrapper like Aspose.Words
for Python
. You may try this addon and share your feedback with us.