ee-soa-transport-local
v0.1.0
Published
Local (same process) transport for ee SOA
Downloads
3
Readme
ee-soa-transport-local
Local (same process) transport for ee SOA
installation
npm install ee-soa-transport-local
build status
usage
This module loops all input back to the caller, sets the discovered header on the request.
var LocalTransport = require('ee-soa-transport-local');
soa.use(new LocalTransport());