Please read the new rule regarding the restriction on the use of AI tools. ×

shrey_shreyansh's blog

By shrey_shreyansh, history, 3 years ago, In English

Hello everyone!!
Peer Coder is a project on which I’ve been working. It’s a website where you may make a room by just clicking the website link and then sharing the link with your friends by clicking Room URL. Peer Coder allows you to perform real-time peer programming by allowing you to connect with your colleagues via video conversations. (Open it in laptop or pc for better experience)

Github Repo
Website

Tags mer
  • Vote: I like it
  • +5
  • Vote: I do not like it

»
3 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Nice, this looks pretty cool.

As someone who also made pretty much the same thing

(https://codeforces.me/blog/entry/90952, https://discode.southeastasia.cloudapp.azure.com/)

I think I can report a few bugs:

1) WebRTC not turning off despite having video off (my laptop's webcam light stays on)

2) Editor doesn't show horizontal scroll when we write too much in a line

3) Code editor is unsynchronized(and weird) when multiple people write at same time(I have it too :sadge:)

Also I see you are also using same API for compiling and running the code, did you perhaps take any idea from my project, just asking :p

Also nice UI theme(material I'm guessing), looks better than mine

  • »
    »
    3 years ago, # ^ |
      Vote: I like it +4 Vote: I do not like it

    Yes, I saw ur post on linkedin and wanted to implement it with a video call feature. I will definitely work on the listed problem. Thanks for pointing it out.