Online C Code Compiler using Flask

In this article, we have explored how we can develop an online C Programming language compiler using Flask (a Python web framework). It can be extended to support any programming language. The basic idea is to store the text form the textarea into a file on the server machine and compile and execute the file on the server machine and return the output/error (if any) to the user.

Flow of application

Now we will learn about how the dataflow occurs in the application. As you can see in the...

 •  0 comments  •  flag
Share on Twitter
Published on May 17, 2020 04:32
No comments have been added yet.