judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
848 stars 258 forks source link

Is it possible to host compiler on own hosts instead of using API? #25

Closed malcolmjr96 closed 5 years ago

malcolmjr96 commented 5 years ago

Hi is possible that I can make the code Compile on my site rather than using an API? I find the API works in waves. One point it’s fast next it’s crawling.

hermanzdosilovic commented 5 years ago

Hey @malcolmjr96,

yes it is. Take a look at releases page on Judge0 API: https://github.com/judge0/api/releases/tag/v1.1.5.

malcolmjr96 commented 5 years ago

Thank you!