I am learning to use Node.js. Currently, I have a folder structure that looks like the following:
index.html server.js client index.html subs index.h
Try this : Here view is a static resource directory name
server.get('/\/.*/', restify.plugins.serveStatic({ directory: __dirname + "/view/", default: './home.html' }) );