An open API service indexing awesome lists of open source software.

https://github.com/redsuperbat/ts-executor

A program that takes arbirary typescript code, compiles it, executes it and sends the stdout result back to the client.
https://github.com/redsuperbat/ts-executor

Last synced: 11 months ago
JSON representation

A program that takes arbirary typescript code, compiles it, executes it and sends the stdout result back to the client.

Awesome Lists containing this project

README

          

# ts-executor
A program that takes arbitrary typescript code, compiles it, executes it and sends the stdout result back to the client.

The executor is designed to run in a docker container for a bit of added security.
With that said, this solution is not secure by design so I do not recommend you to run it anywhere untrusted code can be executed. I use it to execute arbitrary typescript code during presentations.