srvoa
Version:
Infrastructure for service oriented architecture.
17 lines (14 loc) • 438 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('./Application'),
Config: require('./Config'),
ConfigService: require('./ConfigService'),
Service: require('./Service'),
ServiceManager: require('./ServiceManager')
};