Remote Code Execution Progress

Nov 13, 2020 10:56 pm

Hey y'all! More progress updates today.


Allowing users to write and run code on your platform isn't an easy problem to solve.


I've been hard at work and have the initial version of this system working now.



The short version of how it works is:

- User submits code

- API call to back-end with code block

- API passes code to a new docker container for execution

- Docker returns stdout

- API returns pass/fail to front-end


See the preview



Comments