kaustubhhiware / c0derunR

An attempt at a cleaner UI for online IDE's: http://c0derunr.herokuapp.com
MIT License
21 stars 8 forks source link

Changing API #41

Open 142ayushkumar opened 6 years ago

142ayushkumar commented 6 years ago

I think we should change to some other API. Many compilation errors using this one.

kaustubhhiware commented 6 years ago

Can we have a list of possible API's to use? Or if in-house compilation and running is feasible or not. (if anyone prefers that)

142ayushkumar commented 6 years ago

Some of API we can use are: Hackerrank,repl

142ayushkumar commented 6 years ago

@kaustubhhiware can you tell me more about in-house compilation?

kaustubhhiware commented 6 years ago

In-house compilation would mean we do not use an external API for compiling / running our code. In that approach, we'll have to check if that's possible in django, using some pip modules.

Demfier commented 6 years ago

Yeah, I was also thinking about it. If there is no such module in pip, there is always the os module that can help. In any case, we'll have to install the compilers for all the languages first in our server.

On Dec 27, 2017 10:18 AM, "Kaustubh Hiware" notifications@github.com wrote:

In-house compilation would mean we do not use an external API for compiling / running our code. In that approach, we'll have to check if that's possible in django, using some pip modules.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kaustubhhiware/c0derunR/issues/41#issuecomment-354051672, or mute the thread https://github.com/notifications/unsubscribe-auth/AMAyBn3uR-_CTy_S0O3BGPVBzeUG5xAHks5tEcwogaJpZM4RJtfJ .