I would like to know if it is possible to use Spring MVC (using Gradle) for the backend file along with node.js as a web server and how? Do they communicate through JSON?
The reason I would like to use node.js is because I want to use some modules, such as Yeoman (use angular generator), grunt, bower, socket.io, etc. and Angularjs (for routing, controllers, etc.)
I would also like to use a sql database (mysql or sqlite) instead of a nosql database such as mongodb.
How is this achieved? Am I adding node.js for the frontend in my Spring project? Are there any tutorials that I can track, or repositories that I can check?
Edit
I checked JHipster , but that is not quite what I am looking for. Is there a simpler approach when you just combine the two and use gradle instead of maven? I felt that JHipster was just too much.
user2539369
source share