Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Real Time Chat App With React + NestJS & GraphQL
Rating: 4.5 out of 5(169 ratings)
2,251 students

Build a Real Time Chat App With React + NestJS & GraphQL

Build a full-stack, scaleable, production grade web app following best practices. Includes continuous delivery on AWS.
Created byMichael Guay
Last updated 2/2026
English
German [Auto],English [Auto],

What you'll learn

  • Build & deploy a real-time messaging web application
  • Implement JWT authentication on the backend & UI
  • Use Material UI to develop a consistent & responsive UI
  • Develop a GraphQL API for CRUD functionality
  • Save data using MongoDB & the Abstract Repository pattern
  • Execute automatic DB migrations
  • Use Apollo Client to manage UI state & cache application data
  • Use GraphQL WebSocket Subscriptions to publish & consume messages in real time
  • Custom UI routing with React Router
  • Use code generation tools to automatically generate types from GraphQL schema
  • Implement server-side pagination to implement infinite scrolling
  • Use MongoDB aggregation to perform single operation lookups & DB calls
  • File upload to Amazon S3
  • Production deployment to AWS all on free-tier
  • Continuous Delivery & CI/CD
  • Connect a Pub/Sub app to Redis to allow for distributed messages & horizontal scaling
  • Connect a app to a custom domain & secure HTTPS traffic

Course content

18 sections78 lectures14h 7m total length
  • Introduction1:14

    Learn to build a production-grade real-time chat app using React, NestJS, and GraphQL, from backend to frontend, with step-by-step guidance on design, building, and deployment.

  • Project Demo3:20

    Demonstrates building a real-time chat app named chatter with NestJS and React UI, using GraphQL subscriptions over WebSockets, JWT authentication, real-time updates, and AWS deployment.

  • Course Audience1:15

    targeted at intermediate developers with web app experience, this course guides building a real-time chat app using nodejs and express on the backend and nestjs with a react user interface.

  • Course Resources0:35

    Discover how each lecture provides a resources button with starting and ending code from the GitHub repository to help you compare your code, debug, and code along.

  • Latest Updates0:16

Requirements

  • Experience with Node/Express backends, preferably NestJS & TypeScript
  • Experience with building React UIs

Description

In this course, we go beyond the documentation & small simple starter apps to build a real-world full-stack chatting application. This application is built from the ground up to be scaleable & production-grade. The goal of the course is for you to be comfortable developing full-stack web apps so you can develop your own afterward.

We use a NestJS backend, a popular Node.js library that allows us to quickly create clean-code HTTP APIs. Our CRUD functionality will be served by a GraphQL API that persists data using a MongoDB database. We'll use this same GraphQL API to create our messaging subscription which allows for WebSocket connection to our UI to facilitate messaging. Of course, everything will be secured with industry-standard JWT auth.

On the UI we will create a React App using the beautiful Material UI to easily create a responsive UI and interact with our backend. We'll choose Apollo Client for state management so we can easily interact with our GraphQL API & cache data.

Finally, all of this will be deployed onto AWS Elastic Beanstalk & Amplify. Backed by a continuous delivery CI/CD pipeline, whenever we push code our latest changes will get built & deployed to our environment of choice.

By the end of the project, you will have learned everything you need to get started in building & deploying your very own production-grade web apps!

Who this course is for:

  • Intermediate developers looking to learn best practices for building & deploying a scaleable, production grade web app
  • Intermediate developers looking to learn how to deploy a web app on AWS with continuous delivery