NodeJS Realtime Chat: Build a FULL-STACK app in 27 Minutes! (Best UI 🤩)

Поделиться
HTML-код
  • Опубликовано: 16 янв 2023
  • Here you will build a scalable, realtime chat app with Node JS, React JS, and ChatEngine.io.
    Your app will support group chats, 1-on-1 chats, realtime messaging, image and file support, read receipts and more!
    Blog post to follow: blog.chatengine.io/fullstack-...
    Sign up at Chat Engine: chatengine.io/
    Code to clone: github.com/alamorre/fullstack...
    Like and leave a comment for any questions and/or requests!

Комментарии • 467

  • @ruben2bdrummer
    @ruben2bdrummer 9 месяцев назад +152

    Working on this video currently. for anyone that gets stuck around 12:20, make sure to import axios on terminal : npm install axios.
    afterwards, at the top of the index.js file, it should be :
    const express = require("express");
    const cors = require("cors");
    const axios = require('axios');
    worked for me, hopefully it works for you.

    • @900winne4
      @900winne4 9 месяцев назад +12

      You actually just saved my life i spent so much time on that problem

    • @ruben2bdrummer
      @ruben2bdrummer 9 месяцев назад +5

      @900winne4 wanted to help people from getting stuck for an hour and a half like I did 😅

    • @waynechirwa2124
      @waynechirwa2124 8 месяцев назад +2

      it did not work for me

    • @cassiekim4321
      @cassiekim4321 8 месяцев назад

      i spent almost 1 hr thank you so much! it worked finally

    • @priyanshi.sin01
      @priyanshi.sin01 8 месяцев назад +1

      Thank you so much dear, your comment helped me❤

  • @mubasshirrahaman8053
    @mubasshirrahaman8053 11 месяцев назад +11

    Bro really really like your style of videos. It's short, straight, to the point. You are the best. But please Upload regularly and do some full-stack killer projects.

  • @jkthmp4334
    @jkthmp4334 10 месяцев назад +14

    Absolutely superb , I just left a noob trying to paywall everything. I learned a lot from your teaching style , PURE content , no BS , such a time saver , thank you so much !
    Such a time saver , and such professional delivery thank you , learned a lot from you today .

  • @HossanMonjorul
    @HossanMonjorul 5 месяцев назад +2

    Surely i seen many video but this UI is increadible you're a good developper Bro

  • @sinalisuvinya4330
    @sinalisuvinya4330 Год назад +2

    Great video!!! Just what I needed… Thank you very much! Keep up the good work

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      please share the App.css file in src folder i am unable to get it cuz web not loading

  • @marinicamashinica
    @marinicamashinica Год назад +24

    Thank you for this very detailed, step-by-step tutorial, with great explanations following every single action.
    For me, what makes this video great is your style of teaching/explaining. Apart from amazing structuring of this very complexed lesson, I really appreciate calming, easy-going and slower-paced narrating with lots of short pauses in between sentences; it makes this tutorial easier to follow and to (for anyone who does that) take notes while watching.
    Also, I really admire the way you manage to explain every single step in very concise, clear, straight-forward manner (which leaves no room for vagueness, confusion, unclear definitions, over-explaining and other problems that usually result in loss of interest or frustration on the learner's side), what is a huge accomplishment, given the complexity and immensity of the task!
    Anyways, as an educator myself, I wanted to share how delighted I am with your tutorial, it is exactly the project I'm trying to make and you've helped me a great deal, thank you so much for your effort and willingness to share this very specific and valuable knowledge!
    (Apologies if something I said doesn't make sense, english is not my first language, but still I understood all concepts you explained here!)
    If you don't mind me asking, I would like to know how long have you been programming and where did you get your education? And what is your area of expertise, if you want to share that information, do you prefer getting to know "all of it", going full-stack, or specialising in one particular direction?
    Thank you again for your time and effort, have a great day and wish you much luck and success in the future!

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      Have you made it if yes please share the App.css code with me website is unable to load

    • @ME4ABHI
      @ME4ABHI 11 месяцев назад

      😂😂😂😂😂

    • @imo7y441
      @imo7y441 5 месяцев назад

      I aint readin allat

  • @paschalasobirionwu1183
    @paschalasobirionwu1183 Год назад +13

    this is honestly great. keep up the good work

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      please share the App.css file in src folder i am unable to get it cuz web not loading

    • @manavdixit3355
      @manavdixit3355 6 месяцев назад

      Tbh it's not really a full stack application, he just used some service and integrated it in frontend , it's more like a frontend app using another service as back-end

  • @FailingProject185
    @FailingProject185 7 месяцев назад

    It's good, how you already have css code and some boilerplate code somewhere. This is one of the neat videos i'v seen. Subscribed.

  • @manavdixit3355
    @manavdixit3355 6 месяцев назад +5

    Thanks for such a nice tutorial in which you created this from scratch without using any lib like chat engine, you're the best dev i have ever known, i really appreciate how u used web sockets to set up real time communication from scratch instead of using any lib.

    • @azeddinehamdaoui8631
      @azeddinehamdaoui8631 5 месяцев назад

      i know right, he basically didn't use any single lib. what a chad.

    • @krish4659
      @krish4659 3 месяца назад +1

      sarcasm ;-;

  • @thinkandlearn101
    @thinkandlearn101 Год назад +1

    Awesome as usual. thanks a lot. waiting for more such incredible videos

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      please share the App.css file in src folder i am unable to get it cuz web not loading

  • @OnFight1997
    @OnFight1997 Год назад +53

    I needed exactly this for my Computer Engineering Full Web Development Class, the final project was to build a simpler version of a Social Media website, with Login/Profiles/Chats/Groups, me and the group went through hell to get it working this was roughly 1.5 years ago, we eventually did it, but it was so rough I barely had any learning time, we were just hammering left and right going through 8hour walkthroughs, doing stuff by trial and error and backtracking when it didn't work to meet deadlines.
    I will definitely have to go through this and hopefully learn something this time around without any School pressure.

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      bro please please share the App.css file in src folder i am unable to get cuz web not loading

    • @jannickpedersen4620
      @jannickpedersen4620 10 месяцев назад

      You guys could have done a FERN or MERN project with that approach :D in my computer science 4th sem i made a SPA where u could regi as a teacher or student. If u r a teacher, u can add classes with price, hours, titles and text in CRUD. If u r a student u can send inviation to the class and the teacher will get a noti. If the student is enrolled with accept then they they can each send request for live chat to each other xD

  • @phil5053
    @phil5053 Год назад +2

    Learned something new today, thanks

  • @syedzulkharnain6877
    @syedzulkharnain6877 Год назад

    That's Great there is Step by Step Tutorial too. videos take too much time but step by step tutorial it easy and not take too much time we can understand easily with the help step by step tutorials. Thank You For the this option.

  • @brianpan3761
    @brianpan3761 11 месяцев назад +7

    Superb video! This is by far the most user-friendly tutorial for custom chat apps on the internet. However, there seems to be an issue when I try to access the app (running on a localhost port) with a localhost tunnel. Please refer to the issue in the provided Github repository. Appreciate it!

  • @odessasingh4771
    @odessasingh4771 11 дней назад

    Project built after a whole day of crying. Thank you so much looking forward to the next bit putting it live

    • @monikathapa1092
      @monikathapa1092 6 дней назад

      Did it take u whole day ,can you tell me the mistakes to be avoided so I can do in short time

  • @Ivansillo15
    @Ivansillo15 Год назад

    Thanks to this video I could finish my proyect! Thanks, thanks, thanks!!!

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      please share the App.css file in src folder i am unable to get it cuz web not loading !! Please broooo🥺🥺

  • @adewaleagboahan3141
    @adewaleagboahan3141 3 месяца назад

    Woww i really enjoy this man you're soo amazing🥰

  • @allsparky
    @allsparky 7 месяцев назад +4

    Thank you for the amazing guide! I'm going to comment this to help anybody in the future who runs into my issue: I got to 12:00 and kept experiencing an issue, one where I was not able to add my second user. as it turns out, I closed my laptop and the live server turned off which is required! Y'all take care!

    • @zameerkhan4780
      @zameerkhan4780 4 месяца назад

      thank you ,i faced the same issue then i started the server and it worked ( npm run start) at the backend

  • @Blazing_Hotmagma
    @Blazing_Hotmagma Год назад +240

    Not really from scratch then lol

    • @WelshGuitarDude
      @WelshGuitarDude 11 месяцев назад +11

      That's exactly what I was about to say lol

    • @jamaal00013
      @jamaal00013 6 месяцев назад +6

      He didn't mention he is doing it from scratch

    • @faiezyacob8235
      @faiezyacob8235 5 месяцев назад

      @@jamaal000131:44

    • @EVA-tb5dq
      @EVA-tb5dq 5 месяцев назад

      @@jamaal000131:44

    • @nethegoattt24
      @nethegoattt24 5 месяцев назад

      @@jamaal00013he did

  • @arnolddogelis3298
    @arnolddogelis3298 Год назад +4

    Would be nice to have an option for multi tenancy, essentially only being able to interact with users belonging to a tenant. Unless I am missing something

  • @gabrielchima6916
    @gabrielchima6916 Год назад +3

    I am short of words, I am just learnt some basis of Node js and used your video to know Node js😃😃, You are indeed a magic Dev

    • @mrwalterwhite1620
      @mrwalterwhite1620 Год назад

      bro can you tell me how to run this ? code

    • @heisenberg73215
      @heisenberg73215 Год назад

      @@mrwalterwhite1620 yeah its not running kindly someone help

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад +1

      please share the App.css file in src folder i am unable to get it cuz web not loading !! Please broooo🥺🥺

    • @pratikkaranjit1462
      @pratikkaranjit1462 27 дней назад

      @@mdehsanulhaque4012 did you get bro

  • @abhijeetsinghchauhan34
    @abhijeetsinghchauhan34 9 месяцев назад +11

    for those getting authorization error, you have to use "PRIVATE-KEY" in the header instead of "private-key"

    • @xzex2609
      @xzex2609 5 дней назад

      I did that but still the response is 403 (forbidden)

  • @algorif4715
    @algorif4715 5 месяцев назад

    amazing video and clear instructions, only thing bumming me out is the lack of options to customize the chat ui such as changing background colors

  • @meetverma4812
    @meetverma4812 9 месяцев назад

    You gained a sub this tutorial is just a wow!

    • @manavdixit3355
      @manavdixit3355 6 месяцев назад

      It's an video with misleading title, instead of create a messaging system from scratch he just used another service, what he created is nothing more then a frontend app using another service for backend

  • @deepanshukant392
    @deepanshukant392 Год назад

    Good video and great channel, def subscribe

  • @user-ep9bp4gy9v
    @user-ep9bp4gy9v 10 месяцев назад +20

    Excellent content. As a fellow software engineer, I've found it hard to embed the concept of React into my current development style.
    I appreciate you explaining everything step by step, and you have done a remarkable job with this video. Looking forward to watching the follow ups.

    • @liftingisfun2350
      @liftingisfun2350 6 месяцев назад

      as a software engineer you find it hard to use react?

  • @NITHINPB
    @NITHINPB 11 месяцев назад +12

    Cool. But i expected building the chat engine and socket connections from scratch rather than using a framework.

  • @user-iy3ye4kk1b
    @user-iy3ye4kk1b 5 месяцев назад

    Thank you bro, I made it , keep going

  • @ramsayveitch1437
    @ramsayveitch1437 8 месяцев назад +1

    This would also work in a node js and next js stack if you changed the react pages to next js right?

  • @xzex2609
    @xzex2609 12 дней назад

    the best project I have done

  • @SuperYoda7
    @SuperYoda7 11 месяцев назад +1

    Awesome!! Thanks for sharing. Would this chat engine work as well for react native ? If so what library am I going to use for that? Also I noticed with the PrettyChatWindow the blue button on the bottom right next to the input does not do anything. For what is it for? Anyone facing the same issue?

  • @makarimi2012
    @makarimi2012 11 месяцев назад +2

    Is it possible to save chat history of website user on a DB not unencrypted so that admin can use it for documentation and analysis?

  • @absalomrobinson8155
    @absalomrobinson8155 6 месяцев назад

    Hey Adam amazing tutorial

  • @paulinkladi1689
    @paulinkladi1689 Год назад

    thanks for video, it's very instructif
    is it possible to insert this chat in an existing webpage and make it's icon at the bottom write like a live chat app icon ?

  • @EikichiOnizuka-sp8on
    @EikichiOnizuka-sp8on Год назад

    Thank you so much Dude 👍💯

  • @amanrubey
    @amanrubey 6 месяцев назад

    merry christmas!!

  • @dereklewis546
    @dereklewis546 Год назад +1

    what about Google Firebase BAAS,, for (Auth + Storeage + DB + Serveless) will that illuminate Node + Mongo and all ???

  • @Juan_Camilo
    @Juan_Camilo Год назад

    Beautiful UI 🤩

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      please share the App.css file in src folder i am unable to get it cuz web not loading !! Please broooo🥺🥺

    • @user-wk2dp3km8r
      @user-wk2dp3km8r 6 месяцев назад

      share the App.css file

  • @UmairQamer
    @UmairQamer Год назад

    You are amazing, dude

  • @tommyhilfiger5951
    @tommyhilfiger5951 Год назад

    Hi, Adam! How to change the time in the chat? I find the timezone need to be change. Thank you!

  • @roguegoblin2407
    @roguegoblin2407 Год назад +1

    Is there a way to customize the styles of the chat window?

  • @hossamelatmani5940
    @hossamelatmani5940 Год назад

    thanks you brother great video

  • @beyond-the-veil-24
    @beyond-the-veil-24 Год назад

    I love this project brow

  • @ericngatia3656
    @ericngatia3656 11 месяцев назад

    Great videos !!!

  • @lamatech670
    @lamatech670 6 месяцев назад

    tried it and it worked

  • @irlWIKKO
    @irlWIKKO 2 месяца назад

    That was very quick and straight forward. Thank you for that.
    The only complaint I have is the way the CSS is applied. Overwriting every element I want to change with an !important statement is bad practice imo. Also using a none-standard font as your standard shouldn't be the case. I would do it the other way around for compatibility's sake: define an Arial, Helvetica, sans-serif for every element (aka *) then overwrite it with your own choice of font.

  • @karthik-vq2rj
    @karthik-vq2rj 10 месяцев назад +1

    even though i don't know react and node js i complete this project thanks bro . i didn't understand completely but i gain some knowledge from your video. thanks mate

  • @coinhunter6772
    @coinhunter6772 Год назад +22

    It would be neat if there was also an explanation on how to use this chat within another app - having authenticated users from a mongodb database for example instead of creating them only for the chat app

    • @zonefortyeight349
      @zonefortyeight349 Год назад +1

      Thanks. You just saved me some time.

    • @saadshafiq8338
      @saadshafiq8338 Год назад +3

      did you find any video or resource for this? if (true) then can you share ? i need it urgent

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад +1

      please share the App.css file in src folder i am unable to get cuz web not loading

    • @ziyaanjumshaikh1414
      @ziyaanjumshaikh1414 Год назад

      @@saadshafiq8338 did you find anything?
      i also need it

    • @AS-xz2ni
      @AS-xz2ni 11 месяцев назад

      @@mdehsanulhaque4012 my request.rest is not connecting what should i do

  • @ysd3055
    @ysd3055 Год назад

    great job. awesome comment below

  • @mubasshirrahaman8053
    @mubasshirrahaman8053 11 месяцев назад

    Brother make some more short videos like this in Mern / fullstack. You are the best......

  • @amanrubey
    @amanrubey 6 месяцев назад

    no bs tutorial. fantastic!

  • @borisadepauldayo948
    @borisadepauldayo948 6 месяцев назад

    This is the world most simplest tutorial i have ever found on RUclips

  • @rishikeshsharma9084
    @rishikeshsharma9084 Год назад +15

    const axios = require("axios"); isn't included in the tutorial 😅as I am a beginner & following along the tutorial, I was constantly getting an error of : "cannot read properties of undefined (reading 'status')".

    • @kellyzhou27
      @kellyzhou27 Год назад +1

      thank you so much was stuck on it for so long

    • @xdmarcitos
      @xdmarcitos Год назад +1

      Aaaaa you saved me!!

    • @kavishshah6126
      @kavishshah6126 Год назад +1

      you saved me bro .Thank you

    • @rishikeshsharma9084
      @rishikeshsharma9084 Год назад +1

      No problem guys 😅. Once I got stuck in a tutorial for 1 week as I was unable to link my mongodb database🥲

    • @hija97
      @hija97 11 месяцев назад +1

      fixed it! thanks!!!

  • @SuperYoda7
    @SuperYoda7 11 месяцев назад

    Not sure if they changed the docs but now it's 'PRIVATE-KEY' all caps in the headers for authentication

  • @benayedahmed4869
    @benayedahmed4869 4 месяца назад

    Hey there! Great tutorial 👍
    I followed along, but I encountered an issue where after submitting the username, the chat page doesn't pop out. Has anyone else experienced this problem, and if so, do you have any suggestions on how to fix it? Thanks in advance for your help!

  • @Lou610
    @Lou610 Год назад

    How would you capture the user that logged in and store his / her session in the local storage so if you by mistake refreshed the page it keeps the user logged in?

  • @hannyvyas3465
    @hannyvyas3465 4 месяца назад

    Awesome buddy

  • @oluwatoyosiolaniyan2599
    @oluwatoyosiolaniyan2599 2 месяца назад

    Thank you, but please a link to the next video you talked about? as i see other chatapps instead

  • @callmejames1010
    @callmejames1010 5 месяцев назад

    first of all this is a localhost which means it only runs on one computer or multiple computers over the same network? if yes, why would it be useful? unless i could use it on phone all over various network to chat with friends who connect to different wi-fi or other network.
    is this what developers are making? if i got it wrong please correct me.

  • @stvlley
    @stvlley Год назад +2

    if i wanted to deploy this how do you recommend I go about doing that.. like I would to separate the frontend and and backend right?

    • @adam_la_morre
      @adam_la_morre  Год назад +2

      Yup! Exactly

    • @cndkk_com
      @cndkk_com Год назад

      ruclips.net/video/j63iDu9pFdc/видео.html

    • @itspawanpoudel
      @itspawanpoudel Год назад

      You can depoly in single domain too.
      Or host backend in subdomain & frontend in main domain

    • @adhi9621
      @adhi9621 Месяц назад

      Hey broh, did you deploy it, if so pls help me!

  • @summerbreeze7550
    @summerbreeze7550 Год назад +13

    Interesting stuff, but I didn't think it would rely so much on another service. The title seems to be kind of misleading. P.S. I like the colors in your vscode theme. Would you mind sharing its name?

    • @summerbreeze7550
      @summerbreeze7550 Год назад +4

      For anyone else, this is probably Tokyo Night Storm

    • @ozan546
      @ozan546 Год назад

      @@summerbreeze7550 thanks for sharing :)

  • @bangtama9692
    @bangtama9692 9 месяцев назад

    Can you make part 2 about this video , about user can log in or sign up with their password , so excited about your video hope you reply thankss

  • @user-gg1di6db8s
    @user-gg1di6db8s 10 месяцев назад

    from where I do copy the localhost link after downloading the rest client extension?

  • @user-cs3pb4yr8u
    @user-cs3pb4yr8u Год назад

    how should i use this for one to one

  • @karthikvijay
    @karthikvijay Год назад

    Is that shows unread messages count and state if app is closed and some one opens

  • @Dahlah.FightMe
    @Dahlah.FightMe Год назад +1

    Nice :D

  • @rahoolitis
    @rahoolitis Год назад

    I completed the full tutorial but at the end i cannot see any chat , there is only basic UI of the website visible. plsss helppppppp

  • @Lrenteria
    @Lrenteria 18 часов назад

    I knew this sounded too good to be true, got stuck at the “scripts” 4:46 - npm run start - it just does find the start script. Moving on!!! It definitely user error but on to the next.

  • @Richard-mh4pr
    @Richard-mh4pr Год назад

    感谢您的教导,这对我非常有用,非常感谢

  • @RaghavGarg-nu2dd
    @RaghavGarg-nu2dd 8 месяцев назад +1

    Could anyone pls provide the css code(the link is not working).
    Thank you

  • @hopkientran2534
    @hopkientran2534 Год назад

    Can you do real-time video calling?

  • @miguel83473g
    @miguel83473g 10 месяцев назад

    if I want to deploy this in netlify I can with this exact code ?

  • @realtristan288
    @realtristan288 11 месяцев назад +8

    For anyone who's looking for a full-stack project to put on their portfolio, I would make your own caching and websocket implementation and use an SQL or NoSQL database.

    • @jasonduboff8432
      @jasonduboff8432 10 месяцев назад +2

      recommend any resources on this? i'm def trying to implement my own basic chat app without using their SDK if possible. Would a postgresQL db like with Supabase work just as well?

    • @realtristan288
      @realtristan288 10 месяцев назад

      @@jasonduboff8432 just search up how to use web sockets and you can easily come up with an implementation. It doesn’t even have to be amazing, you just need to show that you can build another solution when for example a service isn’t provided to you. I haven’t personally used Supabase but if you determine that it’s good for websocket interactions, go for it!

  • @tycoon-6616
    @tycoon-6616 Год назад

    u the best man

  • @ishumehta6130
    @ishumehta6130 5 месяцев назад

    Do I need to install the fonts separately ?

  • @CodeJourneyAbubaida1994
    @CodeJourneyAbubaida1994 4 месяца назад

    Hey Adam am yet a beginner in node js. Whenever I try to run my first hello world project in thermal.am always given message module is not found. How can I fix this issue

  • @olanrewajurasheed3040
    @olanrewajurasheed3040 10 месяцев назад

    I can't resolve the part of
    const {username} = req.body
    It's says Cannot destructure property 'username' of 'req.body' as it is undefined.
    Any help please!

  • @lifefact290
    @lifefact290 5 месяцев назад

    Video is very great

  • @jacktoneokwemba1081
    @jacktoneokwemba1081 4 дня назад

    Nice work. though am kind of stuck. everything works perfect untill when i try to start a chat, No user can be seen when i search

  • @appalaramudusadu6081
    @appalaramudusadu6081 3 месяца назад +1

    Bro could you please provide only that main screen code

  • @julianpedrozagarcia8006
    @julianpedrozagarcia8006 Год назад

    Thanks dude, I was looking for this tutorial a few days ago without a 200 response 😂

  • @Karaxhi90
    @Karaxhi90 7 месяцев назад +4

    *PINNED*
    19:35 not able to get the new user in the user list what to do now??

  • @raphauy
    @raphauy Год назад

    Thank you!!!

  • @zorankolac9830
    @zorankolac9830 9 месяцев назад +4

    I'm stuck on 12:20 where you add a new user. When I send Request the terminal hit me with error "TypeError: Cannot read properties of undefined (reading 'status')"
    What is wrong? In ChatEngine is no users to see.

  • @kumar3108
    @kumar3108 6 месяцев назад

    Good One Buddy

  • @ElmoPlayss
    @ElmoPlayss 10 месяцев назад +3

    12:03 mine doesn't do that. I just get an unclear error which doesn't explain what to do at all.. "app crashed - waiting for file changes before starting..."

    • @nyakumawl
      @nyakumawl Месяц назад

      const axios = require("axios"); isn't included in the tutorial as I am a beginner & following along the tutorial, I was constantly getting an error of : "cannot read properties of undefined (reading 'status')".

  • @hazalasmadev
    @hazalasmadev 3 месяца назад

    I wish we could see how did you build front-end side

  • @wafs1393
    @wafs1393 5 месяцев назад

    Hello, my webpage doesnt load the webpage fully and has a loading symbol over the conversations. Any help?

  • @RDFContent
    @RDFContent 7 месяцев назад

    What would be awesome is if someone does this then goes through setting it up in AWS etc.

  • @mr.arthis69420
    @mr.arthis69420 9 месяцев назад

    It gives me a blank white page, after logging in, what do i do?

  • @sahilsrivastava8561
    @sahilsrivastava8561 7 месяцев назад +1

    Not able to add members and to chat with them

  • @avisalon4730
    @avisalon4730 Год назад +3

    Of course all you shown is pretty cool but as i see all chats data stored in another company DB which is not good idea for commercial usage. You always depends on another company))

  • @user-gt9zz8nw7l
    @user-gt9zz8nw7l 6 месяцев назад +2

    Can anyone please help me out? I followed the video along and the auth page where a new user is created or an existing user can access chats works but after auth is done, all I see is a blank page instead of the chat UI. I don't think there is anything wrong with my code but what happens at 23:57 doesn't work for me.

    • @aryanpanchal7962
      @aryanpanchal7962 6 месяцев назад

      Insert props in 3 line in ChatsPage
      const ChatsPage = (props) => {

    • @vitaminprotein2217
      @vitaminprotein2217 3 месяца назад

      my chat ui keep loading :/,how did u resolve this ?

    • @hatsinze
      @hatsinze 3 месяца назад

      I got the same thing. did you solve it

  • @user-jk1eh6bd8z
    @user-jk1eh6bd8z 8 месяцев назад

    how do i connect two users? i am not able to search other users after authentication

  • @botvinay7079
    @botvinay7079 Год назад

    Hey will u add end to end encryption on this project?

    • @demyk214
      @demyk214 Год назад

      U learn how websockets work

  • @SylvesterJosueRojas
    @SylvesterJosueRojas Год назад +3

    Excellent video dude! I recommend you to add some free copyright music for the background meanwhile you're teaching about, divide by sections the video's content. Thanks!

    • @mdehsanulhaque4012
      @mdehsanulhaque4012 Год назад

      please share the App.css file in src folder i am unable to get it cuz web not loading

  • @NazmulHossain_002
    @NazmulHossain_002 11 месяцев назад +4

    I am having problem sending request on 12.03 minute.
    It says "nodemon app crashed"
    Whats the prblem??

  • @Cassp0nk
    @Cassp0nk 6 месяцев назад

    React strict mode is fine with web sockets. Use them all the time.

  • @KanishkSingh-in8rw
    @KanishkSingh-in8rw 6 месяцев назад

    Please make a video on how to make websockets too

  • @Mr_Addy1
    @Mr_Addy1 Год назад +2

    i am facing an issue bro saying in this file main.jsx import React from 'react';
    import ReactDOM from 'react-dom/client';
    import App from "./App";
    ReactDOM.createRoot(document.getElementById('root')).
    render();
    Error is:Argument of type 'HTMLElement | null' is not assignable to parameter of type 'Element | DocumentFragment'.
    Type 'null' is not assignable to type 'Element | DocumentFragment
    please help me i have followed your video as u have done same thing i have done in my code then too i am getting this erorr

    • @quintin1561
      @quintin1561 Год назад

      put it in chatgpt

    • @amaanullah13
      @amaanullah13 Год назад

      @@quintin1561 Thankyou So much man I was stuck on this part for so long.