|
|
|
|
|
by ceepee
1118 days ago
|
|
I'm curious if anyone would like to use the code-execution as a service.
It's basically a websocket based API where you send a blob of code and get execution result as response. In case of REPL, you send STDIN to websocket and get STDOUT as response.
All code execution happens in separate Docker containers. |
|