I have a big doubt, I am studying a little node.js and I am unable to understand some things.
If node.js is a webserver, I can not run it within the Apache, right?
Let's say I have an apache server and it installed Drupal. I'm building a theme and created some tasks to run on gulp.js. Necessarily, I need to install node.js for gulp.js work, right?
So as I will run gulp.js in my apache server? I see several devs running gulp.js / node.js on Apache servers and can not understand.
I get on an Apache server, run drupal and gulp.js?