auto reload page based button click in node js code example
Example: reload pageon button click
<button type="button" onClick="window.location.reload();">Close</button>
<button type="button" onClick="window.location.reload();">Close</button>