Even though I'm learning socket io for the first time, I'm still understanding. You are awesome. Keep doing more projects!!! And also make videos on the concepts or things that confuse the beginners or the topics that are very necessary.
My love and respect to you and your channel. I follow each of your videos very sincerely. And I learn something new from each of your videos. Which has had a lot of positive effects on my career. Please create projects on more mern we are with you.
Please also try to show dynamic css changes like doing it on live server showing side by side so that we can better understand what has been changed exactly due to that particular css❤️❤️ Your method of showing HTML on 1 side and then writing Css on other side is BEST. But I just want to say that after completing the css for one element, please show the webpage too. ❤️❤️ Then again continue writing further css. Thanks
I love your work. But do you have a developers portfolio using html, css and bootstrap and also front end react js and front end express js for online shop? I would like to learn how to build one. Thank you! I hope you will create one.
thank you for this tutorial, well I'm almost a beginner, I would like you to demonstrate how to implement soket io in a separate router file, I don't know if I'm explaining my problem well. thanks for reading it anyway, waiting for an answer
Hello Lama, Just a quick question: I already followed your Live Chat tutorial and I was wondering if I should create two different socket servers for the chat and the notifications, or if only one server would be enough. I don't know what is best practice. Thanks!
very good content ... congratulations ... you can't find projects done so well on udemy either ... could you make an olx clone in the future? it would be great ... you would really cover a lot of topics
this video helps me a lot for my project, please what can happen if the second user is not online, cause if the receiver is not online the notification will be sent but he' s not in onlineUsers array
Namespace tags are not supported by default. React's JSX doesn't support namespace tags >>>>> error coming in .svg file importing time kindly help....if some1 in master in reactjs please
Are you doing exactly the same project or are you fetching your own data from a database? I had the same error but I realised I was passing the wrong variable. In App.js, in this useEffect : ------------------------------- useEffect( () => { socket.emit("newUser", user); }, [socket, user]); ------------------------------- Lama's user is a string, but in my case it's an object, so I had to pass user._id (or user.username depending on what you're using). It fixed my error.
I was confusing how specific user get attach to spacific like in ChatApp or any other but I got make an array bcz every time it gives new array so attach id with user id or name to get back that one
Awesome dude ( I have one Request 💥 please if you Have time make MERN Stack Authentication API with JWT ( Login, Register, Forgot Password, Google Log in) I have searched in RUclips, Articles but unfortunately there is no proper guide to follow( Please kindly take this request 🥰).
Imagine if i was using express server for my react app, is it possible to add socket server in my express app or i have to create a new socket server?.
Hi there I need some help to your side when ever on click like button it will show liked but when the page is refreshed the liked icon does not shown how to rectify this problem pls help 😊
Notification and sending friend request is super tough. I can send friend request and the user can view and approve that friend request. But i am not able to send it to multiple persons due to my faulty notification system as it can receive only one notification.
I tried to set the notifications but it wouldnt update so I used redux and updated the notifications globally. now how to persist them until the admin sees and clears it, cause obviously when I reload the page, the states will automatically reset right?
As usual, the right knowledge at the right time from the right source. Thank you
Thank you ! I've been following your Lamasocial series and I was waiting for this part 👍
He's the he best because he mentions reasons for small and basic tasks as well. Like why are we using absolute positioning and relative.
Thanks for all tutorial ! As we say in Argentina you are "Crack", "Idolo", "Titan de TITANES"
Peele
Even though I'm learning socket io for the first time, I'm still understanding. You are awesome. Keep doing more projects!!!
And also make videos on the concepts or things that confuse the beginners or the topics that are very necessary.
This guy is a super hero in the real world ! Thank you so much my friend!!
will add this to the social media app✨
My love and respect to you and your channel. I follow each of your videos very sincerely. And I learn something new from each of your videos. Which has had a lot of positive effects on my career. Please create projects on more mern we are with you.
You should be awarded as the best teacher on youtube
Best tutorial from the best youtuber. Thanks so much for all the handwork and effort put into this
best socket io explanation ever
Wow its like real instagram notifications. Thank you
i'm looking for the latest socket tutorial like this. Thank you very much !!!
That's awesome. I'm going to learn this to apply to the social media app.
I love it
Thats what i was searching from a long time.. thank you from the core of my heart.. may GOD give you more success ❤❤❤
This is just beautifully amazing, I hope there is such thing as that 😊
hello bro, what level are you in programming?
@@albah289 I'll say intermediate
wow 5min ago right before go to sleep. awesome. really appreciate from korea!!
Thank you! Great video! So funny when you say "awesome" it sounds like "have some" LOOL
simple explanation for sockets 👏🏻
Lama Dev, you're the best. Thanks
Highly recommend watching this complete video😍
Thanks for not copy-pasting, coding from scratch is a lot usefull
Those who disliked are haters and nothing else.
Lema dev never disappoint...
Lama, you're amazing 🙌
Nice tutorial for the beginners! Thank you!
Great work lama...love your content 😀😀😀
Awesome tutorial... well done Lama
Thanks so much, Lamadev
Finally completed my wait
Safak this is a beautiful tutorial🌹🌹🌹
You are best lamadev
Lama thanks for this knowledge
Thank you very much. simple and clear
thank you for this tutorial, very helpful
Great job again!
I really like this one.. thanks Lama..
really appreciate your effort. Thank you!
Nice tutorial. Really helped me a lot
Thanks for sharing sir!
You are my hero brother
thank you so much for all knowledge you give us ! will you make in the future react native tutorial ?
You are such a gem!!
Good job friend, thanks.
you are awesome bro!!! take love
Amazing tutorial thank u
you are the best dude !!
thanks for this beautifull content
thanks for the video.
you are the best, thank you!
Perfect!
Please also try to show dynamic css changes like doing it on live server showing side by side so that we can better understand what has been changed exactly due to that particular css❤️❤️
Your method of showing HTML on 1 side and then writing Css on other side is BEST. But I just want to say that after completing the css for one element, please show the webpage too. ❤️❤️ Then again continue writing further css. Thanks
great stuff !!!
@1:05:45 looking forward to this chat application.
I love your videos!
I love your work. But do you have a developers portfolio using html, css and bootstrap and also front end react js and front end express js for online shop? I would like to learn how to build one. Thank you! I hope you will create one.
Thank you very much!!!!
thank you for this tutorial, well I'm almost a beginner, I would like you to demonstrate how to implement soket io in a separate router file, I don't know if I'm explaining my problem well. thanks for reading it anyway, waiting for an answer
Thank you so much ❤️🎉🙏⭐
Thank you so much.
Hello Lama,
Just a quick question: I already followed your Live Chat tutorial and I was wondering if I should create two different socket servers for the chat and the notifications, or if only one server would be enough. I don't know what is best practice.
Thanks!
I have the same question! folllowing
Nice content and I am subscribed. Might have missed it but link to source code in the description section would be appreciated 🙏
very good content ... congratulations ... you can't find projects done so well on udemy either ... could you make an olx clone in the future? it would be great ... you would really cover a lot of topics
Amazing ✨✨
this video helps me a lot for my project, please what can happen if the second user is not online, cause if the receiver is not online the notification will be sent but he' s not in onlineUsers array
Namespace tags are not supported by default. React's JSX doesn't support namespace tags >>>>>
error coming in .svg file importing time
kindly help....if some1 in master in reactjs please
can you please explain how can i deploy socket folder ion cpanel.i have reactjs website as frontend and laravel for api.
Thank you lama. I get this error at timestamp 57:00 TypeError: Cannot read property 'socketId' of undefined
Anyone help please
That's exactly where I'm stuck right now
Gyu su resolved it or not??
@@hepinkumarajudiya6480 I've not been able to resolve it. I still need help.
Are you doing exactly the same project or are you fetching your own data from a database? I had the same error but I realised I was passing the wrong variable. In App.js, in this useEffect :
-------------------------------
useEffect( () => {
socket.emit("newUser", user);
}, [socket, user]);
-------------------------------
Lama's user is a string, but in my case it's an object, so I had to pass user._id (or user.username depending on what you're using). It fixed my error.
I have been stuck in this error in the last two days, did anyone solved?
Is there a better method for a larger project than passing it down as props? great vid btw
Amazing
best one 100%
Can you create a compete separate video in which you explain find, push, filter and all similar methods?
super. thanks you
You are awesome 😎😎😎😎
I was confusing how specific user get attach to spacific like in ChatApp or any other but I got make an array bcz every time it gives new array so attach id with user id or name to get back that one
Do you design app firstly with design tool like figma and after that start coding or you just jump into coding?
Hi bro. Normally, where should we save list user and socketId?
AWESOME
how can i run same react projects at same port ? i can't figure this out.
u r god , the saviour ,the legend :)))))))))))))))))))))))))))))))))))))))))))))))))))))....i was dying to know how to implement this feature
Thank YOUUU safak!! by the way, how do you 'unsend' a notification ? (for example, if I liked then unliked the post)
Awesome dude ( I have one Request 💥 please if you Have time make MERN Stack Authentication API with JWT ( Login, Register, Forgot Password, Google Log in) I have searched in RUclips, Articles but unfortunately there is no proper guide to follow( Please kindly take this request 🥰).
great!
why am i receiving multiple notifications for a single event ?
same error bro you got solution??? help me out bro
thanks bro but how can i send a notification to a user hors ligne (not connected )
Imagine if i was using express server for my react app, is it possible to add socket server in my express app or i have to create a new socket server?.
plz make a video on real time location using react and google maps
you 're bro!!
Hi there I need some help to your side when ever on click like button it will show liked but when the page is refreshed the liked icon does not shown how to rectify this problem pls help 😊
Can you give me any idea on how to store these notifications for offline users as well??
Using local store and create global state for it
can u add push notification sir?
How do you notify offline users?
wait the user to online
If user is offline how to achieve this notification system sir.can you do video for this...
the same problem. If user (receiver) is offline - there is an error, cannot find his socketId
Notification and sending friend request is super tough. I can send friend request and the user can view and approve that friend request. But i am not able to send it to multiple persons due to my faulty notification system as it can receive only one notification.
I think there might be an error in Notification svg file... I was not able to import, then checked with another svg and it was fine
Bhaiya hum same code likh rahe hai but mere me notification system socket kam nahi kar raha hai please help me
Bro import is not working in .js and .jsx and the "
I tried to set the notifications but it wouldnt update so I used redux and updated the notifications globally. now how to persist them until the admin sees and clears it, cause obviously when I reload the page, the states will automatically reset right?
you can use a database or local storage to save your notifications
Man i think Im in love with you 😍
Hello, I am getting transport and pollng xhr error. Connection refused.
What should I do.
Please help
I am also getting this error.Did u find any solution for this?
@@vamsikrishna7957 yes dude I figured out ,I changed the port in the backend, port 80 and port 443 both worked for me
@@rahulparmar5620 Getting the same error bro!!
net::ERR_CONNECTION_REFUSED
Socket io doesn't use db. Will it be helpful??