Skip to content

Instantly share code, notes, and snippets.

View ignivaravinderrikhi's full-sized avatar

ignivaravinderrikhi

View GitHub Profile
var server = new Hapi.Server();
server.connection({
host: app.host,
port: app.port
});
console.log("+++++++++++ SERVER SETTINGS LOADED +++++++++++\r\n" +JSON.stringify(app)+ "\n");
server.route(routes);