WebRTC Video Chat with REACT, Typescript, WebSockets and Node.js
WebRTC stands for Web Real time communication. It is a relatively new browser specification that allows us to stream video, audio or other data peer to peer using only browser, in real time. This web API unlocks an easy way…
WebRTC stands for Web Real time communication. It is a relatively new browser specification that allows us to stream video, audio or other data peer to peer using only browser, in real time.
This web API unlocks an easy way to create a video conference applications like google meet, jitsi or zoom. In this tutorial I will show you how to create a video chat app using WebRTC.
In this video we will set up repos – server and client – for our video chat. I will show how to configure typescript for node easily and for client we will use CRA.
Repo https://github.com/nim-f/webrtc-react
WebRTC https://webrtc.org/
Express https://expressjs.com/
Socket IO Library https://socket.io/