README
echo-body
Listens on specified port and echos request bodies.
Getting Started
> npm install -g echo-body
> echo-body --port 3000
Listens on specified port and echos request bodies.
<script type="module">
import echoBody from 'https://cdn.skypack.dev/echo-body';
</script>
Listens on specified port and echos request bodies.
> npm install -g echo-body
> echo-body --port 3000