@code-runner/server
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

@code-runner/server

Installation

yarn add @code-runner/server
# or
npm i @code-runner/server

API Key

Authorization: Bearer abcdef12345

Callback

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

Readme

Keywords

none

Package Sidebar

Install

npm i @code-runner/server

Weekly Downloads

3

Version

0.0.4

License

MIT

Unpacked Size

19.3 kB

Total Files

11

Last publish

Collaborators

  • mikebarkmin