An Online Ide compatible with languages C, C++14, Python and Ruby.
clone the repository
execute command docker build -t ide:1 .
to start server execute docker run -p 3000:3000 ide:1
visit http://localhost:3000 for the IDE
Online Ide is build with NodeJs using React as frontend.
Show Errors (Compilation, Runtime etc)
Support 4 Languages (C, C++, Python, Ruby)
Code highlighting
Improved Rich Editor
Allow user input
Improved Rich Editor
Doesn't allow code save
TypeScript compiler