+ Added SSL support
+ Refactorized database creation
+ Added Gevent integration for more scalable and reliable service in production environment
+ Added Waitress integration for more scalable and reliable service in production environment
+ Added extra config params in default configuration and configuration scheme
+ Added multi-process and multi-thread using Flask (not for production)
- It is better choice the Gevent o Waitress integration for production environments.
+ Gateway refactorization
+ Added param app to run method in gevent and waitress gateways
+ Default config file generation in first execution if not exists
+ Added default values in getResourceURL
+ [SimplePythonTools](https://github.com/RDCH106/SimplePythonTools) updated
+ Imports improved
+ Minor fixes and updates