UNPKG

esrol

Version:

A wrapper of all Esrol server components for creating performance efficient, well structured (by following 'convention over configuration' approach), but also configurable, server-side applications.

29 lines 502 B
{ "cluster": { "enabled": false, "cores": "auto" }, "servers": { "http": { "enabled": true, "port": 3333, "methods": ["get", "put", "post", "delete"], "webSockets": false, "cluster": false }, "https": { "enabled": false }, "tcp": { "enabled": false, "port": 3334, "allowHalfOpen": false, "pauseOnConnect": false }, "udp": { "type": "udp4", "enabled": false, "port": 3335 } } }