Im planing a project where I need to controll some stepper motors with my RaspberryPI. I'd like to controll those motors interactively via a web GUI. This server should run on my Py.
Now I found a couple of similar projects and I decided to also use websockets for communication with my PI in order to be real time.
There seems so be a nice approach with NodeJS and Socket.io. GPIOs would be controlled directly with some npm libs. On the other hand there is standart Python with flask wich has similar capabilities.
I really cant decide wich aproach I shold take and what the real differences are.
Maybe someone could geive me some advice and insight?
Thanks in advance and hava a good one!