This Project is based on SpringBoot. Idea of this project is to enable Online Editing of Codes written in different Programming Languages although there is enough projects like this but they are require premium membership or lacks some functions. We are using Manaco library to reach IDE level code editing and Xtern to reach real command like interface for I/O.
- Only Java Languages is supported
- Unable to accept dynamic input
- See application.properties to edit PORT
- Only Single Class is spported named "Main"
- "Control/Command + Enter" executes the Program
Preview 2 : In this version, you must define class as "Main"
