srvoa
Version:
Infrastructure for service oriented architecture.
17 lines (14 loc) • 468 B
JavaScript
/**
* srvoa - soa infrastructure for node js
*
* @copyright Copyright (c) 2015, Alrik Zachert
* @license https://gitlab.com/kermit-js/kermit/blob/support/srvoa/LICENSE BSD-2-Clause
*/
;
module.export = {
Application: require('./build/Application'),
Config: require('./build/Config'),
ConfigService: require('./build/ConfigService'),
Service: require('./build/Service'),
ServiceManager: require('./build/ServiceManager')
};