Migrating from Python3 to Node-RED - General - Node-RED Forum
I have a test system that is implemented largely in Python3 under Ubuntu Linux. It uses the Django web framework with Django data models for an MySQL database. I'm contemplating migrating this to Node-RED but have some questions about migrating and also executing bits of Python code during the various phases of the migration. Does anyone have experience with this?