1

I want to create a invitation system where a person send invitation link for a room to other person by entering there username, email and on the other side when invited user click on sender link he/she can join the room. Can somebody help me? I'm using Reactjs, Nodejs, mongoose

Comments
  • 0
    i mean im late, but that shouldnt be too difficult.
    when user creates room, store entry in database. then if other enters link, check link parameters and if the url is the same as database let them chat.

    anyhow did u manage?
Add Comment