UNPKG

srvoa

Version:

Infrastructure for service oriented architecture.

16 lines (13 loc) 405 B
/** * 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 */ "use strict"; module.export = { Application: require('./Application'), ConfigService: require('./ConfigService'), Service: require('./Service'), ServiceManager: require('./ServiceManager') };