How to control servo motor using esp 32 using Node Red?

How to control servo motor using esp 32 using Node Red?

I don't think you can run node-red on an ESP32, it is not powerful enough.

Put NR and mqtt broker on a RPi, run an mqtt client on the esp32 and communicate via mqtt from RPi to the esp32.