Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя shrey_shreyansh

Автор shrey_shreyansh, история, 3 года назад, По-английски

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

Теги mer
  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

»
3 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

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 года назад, # ^ |
      Проголосовать: нравится +4 Проголосовать: не нравится

    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.