I have a page - index.html and chat.html.
On page index.html - I have a form and inputs (input1 and input2) and the button.
When I press the button I want to save the entries using node.js. When I go to the page chat.html, I want to retrieve these values.
When I refresh the page, I do not want to lose data.