top of page

5) ONLINE COMPILER

Software

Create an online compiler in which the user should input the code from a code editor of any programming language. The code should be compiled on the server compiler accordingly and return the compiled output to the client.


Frontend: You need to create a code editor where the user can write the code by choosing any programming language (minimum 3 programming languages it should support ex. Java, Python, C++, etc.). A terminal to view the code output


Backend: • Create any programming language compiler (minimum 3 programming languages ex. Java, Python, C++, etc.) Dockerise compiler server and host on any cloud services (ex. AWS, Heroku, Azure, etc.)

bottom of page