I've found this stack-overflow question which describes how we can make the compiler. #5
saswatsamal
started this conversation in
General
Replies: 1 comment
-
|
Okk this is good for starters |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question: How to Create a Web App to Compile and Run Java/C/PHP Code Online?
Link- Click Here
The approach that I found most relevant:
According to a MVC pattern applied to a web architecture, is something like this:
A web application client-side, which allows the user to insert some code, possibly leveraging Javascript for early syntactic check
A server endpoint, receiving the inserted code as input from the client
The sequence of operations could be:
Beta Was this translation helpful? Give feedback.
All reactions