In recent times I have seen a lot of information about Gulp.js for front-end development. And I want to use some functions of it like livereload while developing the front end of a java application. But I can not find information about making the gulp run together with another external local server that has communication with the database.
Does anyone know if it is possible, and what is the best way to make gulp.js work with applications like this?