Monday 22 July 2019

What are existing solutions for evaluating user submitted node.js code?

I have a requirement to evaluate an arbitrary Node.js script with a list of arbitrary NPM dependencies. I imagine it as a HTTP service that accepts a POST request with a script(s) and a list of NPM dependencies, that defines, builds, and runs to completion a Docker container and returns the result. I would like to know if there are existing frameworks that service this function?My use case is similar to that of https://repl.it/

Submitted July 22, 2019 at 11:19PM by gajus0

No comments:

Post a Comment