leviysoft / mockingbird

Flexible mock server
Apache License 2.0
9 stars 3 forks source link

JS Scripting Support #39

Closed danslapman closed 5 months ago

danslapman commented 8 months ago

Fixes #19

Problem

Currently existing "pseudofunction calls" is a quite limited mechanism, which is not enough in some complex scenarios like mocking complex authorization (e.g. http-signature), math computations and others.

Solution

This PR replaces pseudofunctions with Graal-based JavaScript sandbox