{"id":20268966,"url":"https://github.com/paulonteri/remote-code-execution-environment","last_synced_at":"2025-08-21T13:32:39.209Z","repository":{"id":51130531,"uuid":"278636703","full_name":"paulonteri/remote-code-execution-environment","owner":"paulonteri","description":"Have you ever wondered how code execution on competitive programming websites like leetcode works? Code that runs code. Tried implementing that.","archived":false,"fork":false,"pushed_at":"2022-11-30T11:36:17.000Z","size":385,"stargazers_count":153,"open_issues_count":0,"forks_count":40,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-08T13:11:37.550Z","etag":null,"topics":["code-execution","code-executor","docker","remote-code-execution"],"latest_commit_sha":null,"homepage":"https://runcode.paulonteri.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulonteri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-10T13:10:40.000Z","updated_at":"2024-11-04T02:08:53.000Z","dependencies_parsed_at":"2023-01-23T13:45:21.917Z","dependency_job_id":null,"html_url":"https://github.com/paulonteri/remote-code-execution-environment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulonteri%2Fremote-code-execution-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulonteri%2Fremote-code-execution-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulonteri%2Fremote-code-execution-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulonteri%2Fremote-code-execution-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulonteri","download_url":"https://codeload.github.com/paulonteri/remote-code-execution-environment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230516183,"owners_count":18238352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-execution","code-executor","docker","remote-code-execution"],"created_at":"2024-11-14T12:22:03.376Z","updated_at":"2024-12-20T00:08:27.305Z","avatar_url":"https://github.com/paulonteri.png","language":"JavaScript","readme":"# [Remote Code Execution App](https://runcode.paulonteri.com) \n\nRemote code execution app built with JavaScript (React, NodeJS \u0026 Express).\n\nTry out the live system [here](https://runcode.paulonteri.com/#/).\n\n![runcode](https://user-images.githubusercontent.com/45426293/204786110-49545e84-1786-4778-922c-8af15da207d5.gif)\n\n\u003cimg src=\"https://user-images.githubusercontent.com/45426293/87253451-02cdf280-c484-11ea-83fd-2c59000da265.png\" width=\"90%\"\u003e\u003c/img\u003e \n\n---\n\nHave you ever wondered how Remote Code Execution works? \n\nThis happens on sites like HackerRank \u0026 competitive programming websites. You write some code then it's executed on another computer(server). The results are then shown to you.\n\nI tried implementing that.\n\nFeel free to go through the code, fix bugs, add new features, e.t.c\n\n---\n\n## Local Setup\n\n### Requirements\n\nFor development, you will only need Node.js and a node global package, Yarn, installed in your environement.\n\n### Node\n\nJust go on [official Node.js website](https://nodejs.org/) and follow the installation instructions.\nAlso, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).\n\nIf the installation was successful, you should be able to run the following command.\n\n    $ node --version\n    v8.11.3\n\n    $ npm --version\n    6.1.0\n\nIf you need to update `npm`, you can make it using `npm`! Cool right? After running the following command, just open again the command line and be happy.\n\n    $ npm install npm -g\n\n###\n\n### Yarn installation\n\nAfter installing node, this project will need yarn too, so just run the following command.\n\n      $ npm install -g yarn\n\n---\n\n## Install\n\n    $ git clone https://github.com/paulonteri/remote-code-execution-environment.git\n    $ cd remote-code-execution-environment\n    $ cd core \u0026\u0026 yarn install \u0026\u0026 cd ../frontend \u0026\u0026 yarn install \u0026\u0026 cd ..\n\n## Running the project\n\nTo run both the frontend and backend run the `run` script.\n\n```sh\n./run\n```\n   \n---\n\n##\nMade with love by [Paul Onteri](https://paulonteri.com/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulonteri%2Fremote-code-execution-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulonteri%2Fremote-code-execution-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulonteri%2Fremote-code-execution-environment/lists"}