- Python
- C++
- C
- Java
- More coming soon!
- Add Languages:
- Go
- Javascript
- C#
- Swift
- Add Login/Signup:
- Based on API keys
- generate API keys to use on multi platforms
- Store Code.
- Multi Platform Integration:
- Add GDrive Integration to store code in GDrive
- Add OneDrive Integration to store code in OneDrive
- Add telegram integration to compile code from telegram
- More!!
-
/api/getLangs
- Type :
GET
- Args :
None
- Returns :
list[strings]
- Type :
-
/api/compile
- Type :
POST
- body :
- lang :
string
- code :
string
- args :
string
[optional]
- lang :
- Returns :
{ response: String }
- Type :
or
at index : \
docker-compose up -d --build
Server will be running at localhost:80
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python wsgi.py
Server will be running at localhost:5000
- Set up languages for proper compilation/running