Harsch-Systems / node-red-contrib-pi-plates

Control Pi-Plates from Node-RED
Apache License 2.0
6 stars 7 forks source link

evaluate better python<>nodejs integration #24

Open mharsch opened 3 years ago

mharsch commented 3 years ago

The python co-process could use some improvement, as it's currently quite brittle and not very debuggable.

There are a few helper modules out there to bridge the gap between python and nodejs:

python-shell (somewhat fancier version of what we're already doing)

PyNode (deeper integration at the C ABI level? - requires compilation of native code module via node gyp)

node-python-bridge (seems like a good fit. Still maintained?)