I'm using Node JS for backend .
Is it possible to use JSP to receive data from one form, and Node JS for another?
I'm using Node JS for backend .
Is it possible to use JSP to receive data from one form, and Node JS for another?
With Json you can share data in different languages, as is your case (Java and Javascript (Node))