-2
I need to make Nodejs read a DLL to create a Rest API.
I have the file . dll, but I don’t have the source code, this . dll is in a Chinese C# program. What I want is to use this . dll by creating a Rest API with Nodejs, and do the front end in Reactjs.
Is it possible to do? Is there anyone who’s ever done?
I’ve read around, but the articles I found mentioned changes in the archives. dll for nodejs to be able to call, but as I mentioned, I don’t have the source code.
Thank you in advance. I am available to clarify further details if necessary.
I suggest you study the library
Edge
ofNodeJS
.– Igor Cavalcanti
Thanks Igor, I’ll study that lib.
– Lucas Sandin