I'm new to Node.js, and, i would like to know how to make data "transite" between html files for exemple :
I get submit.html with 2 text inputs (name and age) and a submit button, with target sub.html,
Let's say that an user submit name=Alex, age=20, How to get this data in my sub.html script(sub.js) to render these data in HTML tag ? Does i need to use socket.io or Ajax maybe ? there isn't some methods in node.js ?
Thanks for answering to these noob questions ^^
[EDIT] I've forget to say that i want a non freamwork solution (i haven't find answer on google) but it seem imposible so well.. i will use node :)