## Installation
npm install @code-runner/server``sh`
yarn add @code-runner/serveror
npm i @code-runner/server
Authorization: Bearer abcdef12345
Instead of waiting for a response a callback query parameter can be added to the request.
``
POST http://localhost:8000?callback=http%3A%2F%2Flocalhost%3A10000
You can test this behavior by using an echo-server, for example:
```
docker run -p 10000:8080 -e LOG_HTTP_BODY=1 jmalloc/echo-server