hkirat / leetcode-clone

https://leetcode-clone-topaz.vercel.app
72 stars 79 forks source link

implement backend #23

Closed sanjai0py closed 9 months ago

sanjai0py commented 10 months ago

enough of the frontend please implement backend logic. "leetcode back-end development" is views worthy.

ankush109 commented 10 months ago

sabar karo

khazaddoom commented 10 months ago

enough of the frontend please implement backend logic. "leetcode back-end development" is views worthy.

interested in doing it? i am happy to contribute. what say?

sanjai0py commented 9 months ago

@khazaddoom i am interested! but i don't know where to start.

khazaddoom commented 9 months ago

@khazaddoom i am interested! but i don't know where to start.

We can take an approach similar to how Judge0 does. They have a sync way in which you submit code and on the REST api response you get code output or errors. Also an Async way in which you submit the code and then keep polling or regular intervals to check if the result is available.

sanjai0py commented 9 months ago

@khazaddoom that sounds great!