Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
GraphQL with React & Node js - Real Time Private Chat App
Rating: 4.4 out of 5(60 ratings)
1,568 students

GraphQL with React & Node js - Real Time Private Chat App

Master GraphQL by building real time web applications using React & Node js
Created byMukesh Phulwani
Last updated 4/2024
English

What you'll learn

  • Discount is available! Use DISCOUNT500 coupon!
  • GraphQL with Apollo Server
  • Apollo Client v3
  • Prima v3 to interact with database
  • Authentication and Authorization
  • Material UI v 5 (MUI)
  • WebSocket and GraphQL Subscriptions

Course content

8 sections41 lectures6h 38m total length
  • Project Overview2:51

    Sign up and log in as different users to explore a real-time private chat app, send and receive messages with timestamps in a one-to-one conversation.

  • Why GraphQL - Over fetching and Under fetching5:02
  • REST API vs GraphQL API2:16

    Rest APIs use multiple endpoints for get, post, put, and delete, while GraphQL APIs use a single post route and a test playground.

  • GraphQL Terminology - Query, Mutation, Schema and Resolvers5:50

    Explore GraphQL terminology by comparing queries and mutations to get and post operations, and examine schema as a data snapshot and resolvers as functions that return query results.

  • source code0:02

Requirements

  • Basics of React and Node js

Description

This course will get you up and running with GraphQL quickly, and teach you the core knowledge you need to deeply understand and build GraphQL application quickly using React and Node.js

Authentication? you will learn it. Apollo client? included. Subscriptions? of course.

In this course you'll learn how to use GraphQL both on the server side and in client applications. You will be introduced to all the main GraphQL concepts like schema definition, Queries, Mutations, and Subscriptions, as well as to solution to common requirements such as handling authentication, authorization and client-side caching.


This course will teach you -

  • What and why of GraphQL

  • Material UI v5 for neat & beautiful UI

  • Building GraphQL with Apollo Server

  • Apollo Client for server side state management

  • Authentication and Authorization

  • Prisma v3 to interact with relational databases like MySQL

  • GraphQL Subscriptions for real time functionality

  • One to One private Chat app like MS teams

  • Deploy GraphQL application

In the end of this course you will get solid understanding of GraphQL that you can apply in projects & you will also have you own real time one to one chat application project like MS teams that you can add in your portfolio.


This course assumes good knowledge of modern JavaScript, and ideally some familiarity with Node.js and React.

Who this course is for:

  • Who want to become GraphQL champion