thecodingwizard / ide

A proof-of-concept realtime collaborative IDE with code execution and input/output.

Home Page:https://ide.thecodingwizard.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is now part of the Competitive Programming Initiative.

Realtime Collaborative IDE

A proof-of-concept realtime collaborative IDE with code execution and input/output. Designed primarily for Competitive Programming.

IDE and code execution taken from Judge0 IDE. Realtime collaboration with Firepad.


Note: To fix FirebaseExtended/firepad#315, a very questionable change was done:

Replace

var n=this.configurationService.getValue("files.eol",{overrideIdentifier:t,resource:e});return n&&"auto"!==n?n:d.isLinux||d.isMacintosh?"\n":"\r\n"

with

return '\n';

in third_party/monaco-editor/min/vs/editor/editor.main.js

About

A proof-of-concept realtime collaborative IDE with code execution and input/output.

https://ide.thecodingwizard.me

License:MIT License


Languages

Language:JavaScript 67.3%Language:HTML 26.9%Language:CSS 5.8%