I want to invoke function init() { // } present in app.js from html page from
<a href='javascript:init();'> invoke init </a>
The problem with the above code is, that it looks for function init() only at the client side, whereas I want to invoke function init() at the express server app.js.