Running on node:20 alpine. Used to compile C++, Java and Python code in a safe and secure way!!
59
The 1.0.7 version we have here is running on port 8000.
Improvement over previous version is that even if u run it in windows or Mac now the Time Limit Error is working well now.
Two more major upgrades are required that we either need to use Amazon S3 bucket for code wtorage purposes or else delete the codes recieved, this is yet to be made. Also Memory Limit Exceeded errors are still not being implemented.
It has two routes basically /run and /submit. To understand more about them explore the compserver.js file inside the working directory compiler.
For run, whhich is a post route u need to send the values below, along with the json web token to get u authenticated and authorized. const { language = "C++", code, manualTestCase: input } = req.body;
And for submit u need to create your own mongo database and then you can send requests in there too using the tokens u provide const { language = "C++", code, problemId } = req.body;
Content type
Image
Digest
sha256:7e2da0ea6…
Size
301.4 MB
Last updated
over 1 year ago
docker pull rimo7/compileralgohub:1.0.7