WebRTC Video Chat with REACT, Typescript, WebSockets and Node.js

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

Excellent tutorial :) Very clear and full of useful information. Thank you!

johnstorm
Автор

Such a professional tutorial at this level is truly unmatched, and it’s only you who delivers this. I’m proud of you! ♥

MiladJoodi
Автор

This tutorial series is exactly what I need and been looking for, thank you so much 😍

maskman
Автор

Thank you so much! The explanation is very clear and has a lot of information. Excellent!!!

vilmarMartins
Автор

Completely useful, thanks for the content!

Ryuseynivnimoro
Автор

This is so cool...please continue the playlist...

RaGa_BABA
Автор

i love your tutorial and i love dracarys, i hope she's still alive

cturyasiima
Автор

I was using npm instead of yarn. So I ended up using the Concurently package to watch and build. I hope it works out. And thanks for the tutorial, I'm looking forward to completing it.

kjvisual
Автор

Thanks, this is an excellent tutorial

JavascriptForEverything
Автор

can i use javascript instead of typescript

VishwaTeja-wg
Автор

Just what I needed, thanks a lot for your effort, slava ukraini

DeuceAdd
Автор

I have a bird but he doesn't seem to like humans. We let him roam around the house. How can I get him to hang out on my shoulder like yours?

cnotation
Автор

Congratulations on the video. I have a question. I have a video on vmix and copying the url of the video on the browser works and in Inspect I have a Json object called vMixCall in which the answer is present. vMixCall: {"type": "answer", "sdp": "v = 0 \ r \ no = IceLink
how can i show this video of vMix on my webpage in localhost: 3000?

itechds
Автор

Вроде tslint уже депрекейт, теперь eslint везде юзают.

aleksandr
Автор

как всегда ничего про TURN сервера. WebRTC без терн сервера абсолютно бесполезно

airplaneCrashe
Автор

I don't know why the big hype about typescript it's just javascript with alot of extra steps that at the end it will be compiled to normal javascript so just extra work for nothing other than "type safty" if you really want strict types jus work with C# or java, it took you 15 min just to finnish typescript configuration if you used normal javascript you would have finnished running up your database connect it to your express app and defined some routes and drunk some coffee and for the frontend cra is bad choice for creating a react app for now because it's very heavy and slow use vite instead very lite weight and fast other than that I'm looking forward to learn webrtc

DJZM
Автор

Очень интересно.
Вот только непонятно ничего.

ilvesbogdan