var server = function(settings){ this.settings = settings || {}; }; module.exports = server;