lazo-next
Version:
A client-server web framework built on Node.js that allows front-end developers to easily create a 100% SEO compliant, component MVC structured web application with an optimized first page load.
42 lines • 966 B
JSON
{
"directories": {
"application": "application",
"components": "components",
"models": "models"
},
"server": {
"instances": {
"primary": {
"port": 8080
}
},
"defaults": {
"timeout": {
"server": 30000,
"client": 30000
},
"maxBytes": 10485760,
"debug": false,
"state": {
"cookies": {
"failAction": "log",
"strictHeader": false
}
}
},
"maxSockets": 500
},
"client": {},
"requirejs": {
"shim": {
"handlebars": {
"exports": "Handlebars"
},
"htmlparser": {
"exports": "Tautologistics.NodeHtmlParser"
}
},
"paths": {}
},
"libPath": "/lib/optimized/lib.js"
}