Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Video Chat App - Learn MERN Stack with WebRTC and SocketIO

Posted By: BlackDove
Video Chat App - Learn MERN Stack with WebRTC and SocketIO

Video Chat App - Learn MERN Stack with WebRTC and SocketIO
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
Language: English | Size: 10.2 GB | Duration: 19h 27m


Create MERN Stack Video Chat Application with Video Group Call Functionality

What you'll learn
How to create MERN Stack Application
How to create Video Chat Functionality
How To Create Realtime Communication System
Login / Registration Proccess
Connecting And Saving Data in Database
Creating Video Group Call Rooms
Connect ReactJS with NodeJS, Express and MongoDB

Requirements
JavaScript
React
Node
Description
Learn how to connect MERN Stack with WebRTC and SocketIO. We will go through all of the steps to create application with group call functionality. We will create WebRTC implementation to show how you can develop WebRTC application thanks to simple-peer. We will use SocketIO as our signaling server for our application and for realtime communication. After this course you will be able to create own application which will be using WebRTC. It does not matter if that will be the realtime communication game or video chat. You will know the process how to establish connection between peers(users).

We will combine MERN Stack which stands for: MongoDB, Express, React, Node with WebRTC and SocketIO for realtime communication possibility.

In this course we will build project from scratch and we will go through all of steps together. Functionality which we will create will be
Login / Registration (Authentication with JWT Token)
Friends / Friends Invitation System
Realtime chat functionality (SocketIO and MongoDB)
Creating Video Group Call Rooms

Course requirements
Basic knowledge about React
Basics about Node
Would be great to have some knowledge about websockets (SocketIO). It is not required but would be definitely easier to understand part with chat and videochat functionality.

Course is not designed to learn every technology from scratch but how we can connect them together. Although at meantime of creation of application code will be explained step by step.

Who this course is for
Course is designed for Students with minimum of basic knowledge of JavaScript, React and Node