I was create a web API with nodeJS and now I want to call C++ dll functions in it. The functions take a long while to executing (Complex image processing functions with openCV) and I want calling them in nodeJS async, many requests most process with this DLLs. how can I do that?