shakib_nibir17
shakib_nibir1712mo ago

Hello all. I am just exploring a Convex

Hello all. I am just exploring a Convex and want to make a video calling app with convex. I have no prior experience with socket io or service like that. Now I want to learn the technology. What can I start. Any reference document or tutorial link will be helpful. Thank you.
4 Replies
CodingWithJamal
CodingWithJamal12mo ago
Convex has websockets basically built-in by default which makes everything reactive by default
CodingWithJamal
CodingWithJamal12mo ago
as for the technology to make a video call app, assuming your using react maybe check out: i would follow any guide online https://www.videosdk.live/blog/react-js-video-calling and then follow https://docs.convex.dev/quickstart/react the convex react setup and use it where needed
React Quickstart | Convex Developer Hub
Add Convex to a React project
CodingWithJamal
CodingWithJamal12mo ago
you can use convex to allow users to invite each other to different meetings and control video call settings while there live, etc
shakib_nibir17
shakib_nibir17OP12mo ago
Thank You

Did you find this page helpful?