so here is the scenario. I am on Windows 10 by the way.
I have an c++ program that outputs some data (txt and avi and values). I have a nodejs server that uses those files that would potentially make this data available to users.
As of the moment, the c++ outputs the files in a "dir", and then node watches it with chokidar and complete the tasks.
Is there any other way I can use to do this operation without sharing a physical folder (streams? sockets?) ?
Thanks in advance!
via user3696825
No comments:
Post a Comment