I have sample code below for my big project app.js
function ajax() { console.log("data from server test"); } module.exports ={ ajax }