Add validation to check the existence of input parameters in the server initialization. If the params were not provided, throws a handled exception to be more explicit with the end-user. https://github.com/nodrix/anxeb-node/blob/dac5891c5138ce9451572e13a25d4d2583aa0c4d/source/core/server.js#L8 
Add validation to check the existence of input parameters in the server initialization.
If the params were not provided, throws a handled exception to be more explicit with the end-user.
anxeb-node/source/core/server.js
Line 8 in dac5891