How to apply socket for video in MERN stack project? #131183
-
Select Topic AreaQuestion BodyNow I am building MERN stack project. |
Beta Was this translation helpful? Give feedback.
Answered by
shinevue
Jul 5, 2024
Replies: 2 comments 2 replies
-
You can add chatting room with socket.io library. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
popstar7
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add chatting room with socket.io library.
But video room can't be add with socket.io.
For this, there is stream.
Let's try it.
Wish you success.