How do I build an online compiler using Django? [closed]

I wish to build an online compiler using Django, similar to Programmiz or Replit where users are able to enter inputs as the program runs compared to other websites such as HackerRank / LeetCode where inputs have to be enetered as a whole at the beginning.

How should I go about building it?

Back to Top