An online code editor web application using which the user can write, edit and execute code in a programming language of his/her choice. Currently the app provides support for four programming languages viz. C, C++, Java, and Python.
- Frontend: HTML, CSS, Ace API
- Backend: JavaScript, Express, Compilex NPM
- Install
Node.js
- Install compilers for C, C++, Java and Python
- Open command prompt, and run
node server\index.js
command - Open the browser and launch: http://localhost:8080/