ee-soa-transport-local

Local (same process) transport for ee SOA

Usage no npm install needed!

<script type="module">
  import eeSoaTransportLocal from 'https://cdn.skypack.dev/ee-soa-transport-local';
</script>

README

ee-soa-transport-local

Local (same process) transport for ee SOA

installation

npm install ee-soa-transport-local

build status

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());