Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Next.js 14 Real-Time Chat App using Socket IO
Rating: 4.4 out of 5(24 ratings)
225 students
Last updated 1/2024
English

What you'll learn

  • Implement CLERK Authentication for sign-up and sign-in.
  • Logged in users will be able to see all the list of users who registered in the application
  • If any user want to chat with other user , they have to add the user to chats list
  • Users can create one-to-one chat and also group chats.
  • Users can able to update their profile picture , create groups , edit groups.
  • Users can see unread messages count in chats-list for every chat.
  • Integrating socket io in-order to make all the chat functionalities real time.
  • Once the socket io is integrated , users will be able to send and receive the messages in real-time.
  • Recipient users can see the typing animation if any user is typing in that chat.
  • Read Receipts functionality for the messages.

Course content

20 sections77 lectures12h 20m total length
  • Next App Setup6:58
  • Project Folder Structure4:40

Requirements

  • React Basics
  • Next Basics

Description

Hello, Welcome to the course Next.js 14 Real-Time Chat App

Certainly, I'd be happy to elaborate on the features included in the Next.js 14  Real-Time Chat App course.

Tech Stack


  1. Learn Next JS 14 Latest Features like App Router , Server Actions , Middlewares etc.

  2. Implement Clerk Authentication .

  3. Working with SOCKET IO to perform all real-time tasks.

  4. Deploying Next JS App to Vercel and Node App to Render

  5. Working with combination of both client and server components

  6. Using Tailwind CSS in-order to override Ant Design default styling and building custom components


Project


  1. Implement CLERK Authentication for sign-up and sign-in.

  2. Logged in users will be able to see all the list of users who registered in the application

  3. If any user want to chat with other user , they have to add the user to chats list

  4. Users can create one-to-one chat and also group chats.

  5. Users can able to update their profile picture , create groups , edit groups.

  6. Users can see unread messages count in chats-list for every chat.

  7. Integrating socket io in-order to make all the chat functionalities real time.

  8. Once the socket io is integrated , users will be able to send and receive the messages in real-time.

  9. Recipient users can see the typing animation if any user is typing in that chat.

  10. Read Receipts functionality for the messages.



Next.js is an open-source, objective-coded framework for web developers created by Kotlin JS developers. It is used to create server-rendered React applications and can be used with modern JavaScript languages like TypeScript, GraphQL, and React components.

Next.js allows developers to create web applications to a high standard with pre-built features such as routing, file-based routing, webpack dev server, hot module replacement, static exports, and code splitting.

Next.js works well for building static sites and progressive web apps that are SEO-friendly, accessible, and fast.

Who this course is for:

  • Fullstack Developers
  • Nextjs Developers