How to implement Inter-Process Communication between javascript process and the python process running on nodejs on the same hardware.
I am having a hardware device which runs on nodejs. I have to integrate a python code with this hardware device which receives data from javascript process at every 10 seconds and performs machine learning with the received data. How to implement IPC between them.