How to create a inter process communication between javascript process and python process running on same hardware machine

Viewed 650

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.

0 Answers
Related