IPC via shared memory between NodeJS and Python.
Works only on Linux/Unix Systems.
Install node modules and packages from requirements.txt for python.
Start NodeJS code:
node shared_memoryExpressSystemV.js
Start Python code:
python shared_memoryPythonSystemV.py