Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Creating Twitch Clone - Practical MERN Stack Course
Highest Rated
Rating: 4.8 out of 5(108 ratings)
3,073 students

Creating Twitch Clone - Practical MERN Stack Course

Build a Twitch-like Streaming Site with MERN: From Zero to Hero
Last updated 3/2024
English

What you'll learn

  • Understand the MERN Stack: Gain foundational knowledge of MongoDB, Express, React and Node
  • Build a Streaming Platform: Create a basic version of a web-based streaming platform, similar to Twitch
  • Implement User Authentication: Set up user login and registration
  • Implement User Authentication: Set up user login and registration systems
  • Integrate with OBS: Learn to connect a platform with OBS for live broadcasting
  • Add Real-time Chat: Create a chat system using Socket IO for user interactions
  • Test APIs with Postman: Develop and test platform APIs to ensure functionality
  • Develop with React: Understand how to use React for building interactive web interfaces

Course content

11 sections131 lectures12h 5m total length
  • Application Preview3:53

    Preview the Twitch clone’s streaming, channel browsing, and chat features with online and offline channels, channel titles and descriptions, owner usernames, follow buttons, and built-in login, validation, and notifications.

  • Architecture1:21

    Explore the mern stack architecture for a twitch clone, using mongodb, express, react, node, and socket.io to enable real-time chat with a client-side react app and a server-side mongodb-connected backend.

  • MongoDB - NoSQL Database1:51

    MongoDB as a NoSQL database that stores Json-like documents, supports schemas for models, and enables saving and reading data with built-in caching and automatic replication for high availability.

  • Express - Node.js web application framework1:36
  • React - Client Side Library1:35
  • Node.js - Server Side1:31
  • Socket.IO - Realtime Communication2:02

    Socket.IO enables real-time bidirectional communication between client and server, built on WebSockets, with rooms, heartbeat checks, and automatic reconnection for live chat updates and notifications.

  • MERN Stack Advantages2:57

Requirements

  • JavaScript knowledge and some basics related with React

Description

Have you ever thought about how sites like Twitch let people stream videos? Join our course to learn how to make your own streaming website using some great tools!

In this course, we'll show you how to build a streaming app step by step. We'll use:

  • MongoDB to keep all our data.

  • Express to manage our website's server.

  • React to design the parts of our website that users see and interact with.

  • Node to run everything behind the scenes.

But that's not all. We'll also use OBS to let people stream their videos on our site. And with SocketIO, we'll add a chat so viewers can talk to each other while watching. We'll also use Postman to check that our site works well and fix any problems.

We made this course simple and easy to understand, even if English isn't your first language. We'll do real projects, so you can practice what you learn right away.

What will you get from this course?

  1. Learn to make a streaming website using MongoDB, Express, React, and Node.

  2. Add a live chat to your site with SocketIO.

  3. Use Postman to make sure everything works well.

At the end of this course, you'll have your own streaming website to show off and lots of new skills. If you want to make a website where people can stream and chat, this course is for you. Join us and start learning!

Who this course is for:

  • Students who want to learn about live streaming with the MERN stack