Skip to content
Discussion options

You must be logged in to vote

If you’re aiming to build a coding compiler like OnlineGDB, I’d suggest going with the MERN stack (MongoDB, Express.js, React, Node.js) since it provides a solid full-stack solution with flexibility and scalability; React can handle the frontend where users write and test code with an intuitive editor (integrating something like Monaco Editor or CodeMirror), Node.js with Express can serve as the backend to manage requests and communicate with the compiler service, while MongoDB can store user data, code snippets, and session histories; the actual code execution can be handled in isolated environments (like Docker containers or sandboxes) triggered by the Node.js backend for security, and …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SDBoii
Comment options

SDBoii
Aug 24, 2025
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants