How to Build a Real-Time Collaborative Code Editor with Redis, Socketio, React, Node, and CodeMirror

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024

Комментарии • 8

  • @zummotv1013
    @zummotv1013 2 года назад +8

    How to show user-1 cursor movement on user-2 window, to let user-1 know what user-2 is editing?

  • @Dysfunctional704
    @Dysfunctional704 Год назад +2

    You're one of the few people who has a good tutorial on implementing a real-time code editor!
    I've been using CodeMirror 6 and can't figure out a way to get the origin type (i.e., "+input", "setValue") - do you happen to know a way around this? Thanks a ton!

    • @nitishkumargupta2787
      @nitishkumargupta2787 Год назад +1

      discuss.codemirror.net/t/getting-origin-of-change-event-out-of-v6/5498

    • @hotchaddi
      @hotchaddi Год назад +2

      I have the same doubt!

  • @mystik5551
    @mystik5551 2 года назад +3

    Man, this is cool

  • @theboycool01
    @theboycool01 2 года назад +2

    Hello, I was watching the tutorial but in the part of "Implement the user connected to a room event in the WebSocket event"
    I get this error "ReplyError: ERR wrong number of arguments for command 'hset'
    in parseError "
    Do you know how to solve it?

    • @Rowadz
      @Rowadz  2 года назад +1

      I think u r using different version of the redis node package, I'm using 4.0.0-rc.2

  • @shuaibuusman8784
    @shuaibuusman8784 3 года назад

    Wow...