Nice tutorial. Please make a video on explaining how we can implement end to end encryption on chat using signals protocol. There are tons of tutorials on the Internet about creating chat app, but no one is implementing encryption!
i really wish you would do an advanced video with more features like sending files between users receiving notification when u get a message and talking about adapters to with mongodb
I'd like to see clear code from start to end, these code bits make the whole thing so complicated. I have NEVER seen anywhere such clear and easily understandable code. To me clear code means a complete code (program), with html/php/whatever languages, and which works as it is. Later I can make my changes as soon as I have learned the basics. Some people try to explain me how websocket works but they give me only pieces of code. I'm not sure if you understand what I mean but if you do, please tell me where to find what I'm looking for.
I completely agree with your very-well articulated comment. I have wasted literally hours/days running into road-blocks only to give up. If the provider was to include a complete working product as described by @leen.... 's comment it would gain my confidence ( and probably many others), and I would be much more inclined to support the author's products. Unfortunately, the subject's video does not meet these requirements.
Ainda não vi seu vídeo inteiro, mas vou ver, o que me incomoda profundamente nesses vídeos sobre socket io, é que todo mundo usa um exemplo de chat é muito estressante pela impressão de que socketio é só para bater papo.... estou fazendo uma torrada com NodeJS Express Socketio... Fiz tudo certinho no back end, mas quando se trata do front com React tenho muitas dúvidas... Por exemplo, qual a melhor forma de conectar e desconectar, qual a forma mais performática de ouvir a porta, como faço o ciclo correto de ouvir uma atualização ou cadastro no banco e refletindo na frente na lista na tela não vejo ninguém respondendo essas perguntas sobre tomada oi....
Why you are not recommending production grade method in the tutorial ? Its like reading the tutorial and implementing without caring for future complexities. Also, missing tips and tricks.
in dependency list i think there should be payload , because when we are sending messages , they are being sent via socket and the client is also listening to those.
Hi Hitesh! Do you have a course on NextJS with MongoDB and TailwindCSS? If not, do you have any recommendations? I've tried searching a lot but I've been unable to find any complete courses.
I think the reason for that is, they use HTTP polling as a fallback mechanism and by default they establish HTTP polling mechanism before upgrading to the websocket.
Waiting for second part with adpaters and other important features. ✌🏼
bro still wating
@@sug_madic7683 stull waiting
@@sug_madic7683 still waitting
@@sug_madic7683 🤣🤣
Broo your time and my time almost matches !
Love your Work sir !
Learned Lot of things from you , adding one more !
I was waiting for this. Need to build a chat app
Will you use angular?????
Hii Hitesh, i just wanted to ask at this time 33:20,
how do you know that in useEffect you put the socket.on init ?? 💬
should i watch this tutorial even now in 2023 after 2 year ?
Tomorrow l am having an a task related to sockect io . Thank you for this video
Nice tutorial. Please make a video on explaining how we can implement end to end encryption on chat using signals protocol. There are tons of tutorials on the Internet about creating chat app, but no one is implementing encryption!
hmmm
i really wish you would do an advanced video with more features like sending files between users receiving notification when u get a message and talking about adapters to with mongodb
I'd like to see clear code from start to end, these code bits make the whole thing so complicated. I have NEVER seen anywhere such clear and easily understandable code. To me clear code means a complete code (program), with html/php/whatever languages, and which works as it is. Later I can make my changes as soon as I have learned the basics. Some people try to explain me how websocket works but they give me only pieces of code. I'm not sure if you understand what I mean but if you do, please tell me where to find what I'm looking for.
I completely agree with your very-well articulated comment. I have wasted literally hours/days running into road-blocks only to give up. If the provider was to include a complete working product as described by @leen.... 's comment it would gain my confidence ( and probably many others), and I would be much more inclined to support the author's products. Unfortunately, the subject's video does not meet these requirements.
Would love to see a video with the MongoDB adapter!
Brilliant CrashCourse sir,waiting for next part..or it maybe a full course onto it
No enought user-friendly, too many object / library / whenever, I'm unable to reuse this case.
add useEffect without empty dependency will slow down the app add empty array
finished my first socketio tutorial after putting it off for such a long time
How to add more features like emoticons and file sharing? Any good resources you can suggest?
This is exactly what I wanted ❤️
#LCOisLove
Ainda não vi seu vídeo inteiro, mas vou ver, o que me incomoda profundamente nesses vídeos sobre socket io, é que todo mundo usa um exemplo de chat é muito estressante pela impressão de que socketio é só para bater papo.... estou fazendo uma torrada com NodeJS Express Socketio... Fiz tudo certinho no back end, mas quando se trata do front com React tenho muitas dúvidas... Por exemplo, qual a melhor forma de conectar e desconectar, qual a forma mais performática de ouvir a porta, como faço o ciclo correto de ouvir uma atualização ou cadastro no banco e refletindo na frente na lista na tela não vejo ninguém respondendo essas perguntas sobre tomada oi....
Why you are not recommending production grade method in the tutorial ? Its like reading the tutorial and implementing without caring for future complexities. Also, missing tips and tricks.
Enjoyed my time here, would love to have part 2 for these which will focus on mongodb adapter.
much awaited video. thank you air. 😘❤️
learn by reading documentation is good way, hitesh just told to us. thankyou for the video!!
About to go to sleep here and comes Hitesh sir with another awesome crash course
Sir is ka next part kab ayea g a
Please make second part with Adapter feature
Great lecture. I enjoy your course... from Nigeria
sweet video/crash course ... I would definitely appreciate a follow-up vid covering the mongo adapter ;)
Which Extension you are using to put Hooks in just one click?
Finally it's out🔥❤️
Sir, Please cover one-to-one chat with cluster module in the second video
can you make video on adapter
it really is late night got notification right now when I was about to sleep and here we go
need the adapter video
read documnetation with you is great
How do you edit video so fast that you record, edit and post within the next hour itself?
Great video for beginners. Thanku so much for this.
Which vs code theme are you using, sir ?
I know it's too early to respond 😂😂😂 but it's "teacher theme". Sir has created this theme😀😀
shouldn't we put an empty dependency array [] in the useEffect?
otherwise won't it keep on adding new event listeners on each render ?
in dependency list i think there should be payload , because when we are sending messages , they are being sent via socket and the client is also listening to those.
I just love your explanation. ❤️
Amazing tutorial. Thank you!
AMAZING.. REALLY... THANKYOU SO MUCH
Now I can finally build a chat feature into my react native app 💯🤝
Very much informative & helpful. Waiting for Mongo integration
Good morning sir. I love it. I implemented my own. Sir can you please elaborate the one to one chat handling and mongodb adapter aslo.
we need tutorial for socket.io on live environment on VPS
Sir which font family you are using?
HI Hitesh can you please make a video about the CORS policy i try this what you tried but it didnt work out
Yes we need adapters
We need part 2 (adapter)
It's just a basic. Can we expect a full featured react chat app? Cuz, we need to save chat history, communicate with the know logged in user, etc.
Like this? ua-cam.com/video/tcTme7JS6bs/v-deo.html
please do a video on mongodb adapter
i enoyed really.. thnx bro and subscribed also
Sir a great Thank You for this crash course. :)
Love your videos my guru 🙏🙏
Can I use express.Router() with socket.io? or should I use different servers for chat and HTTP?
please second part for mangoDb but without react if that possible
Thank you so much for this videos. It’s more helpful and please post a private chat video with MongoDB adapter.. really waiting for that..
amazing explain you help me a lot thnx
Hello sir i still watching your vedio.
Please make a course on making a meeting app
Wow, learned a lot but have to study lot also.
like how to store chat in db
Hi Hitesh! Do you have a course on NextJS with MongoDB and TailwindCSS? If not, do you have any recommendations? I've tried searching a lot but I've been unable to find any complete courses.
please do the adapter part..eagerly waiting
make a video on webRTC
Waiting for another soket Io crash crouse
could you please do this for angular too. it will help for angular guys also
want adaptor crash course
Waiting for part 2 and more related socket.io
Sir please make the next video
Waiting for the 2nd part with MongoDB adapter.
I also use momentum, Hitesh bhai...
I made a scribble.io clone before a few months. Cool vid anyway!!
why createserver(app)?
can we use socket.io in php ??
bhai please 2nd part me private messaging wala explain kardo ho sakte to! live users & notification etc!
I'm screaming loudly from Tanzania 🇹🇿, hoping you can hear. Please part two mongodb adapters
Wonderful ❤❤❤❤
Wow that web socket not socket io that is a life saver thing
This is probably the most missed/ignored line in socket io docs.
@@HiteshCodeLab yes, definitely I just realized that thanks sir,be safe
it will helpls if you can explain the requirement of ssl for stability of connection. is that nessary run on nginx server
I think the reason for that is, they use HTTP polling as a fallback mechanism and by default they establish HTTP polling mechanism before upgrading to the websocket.
Sir continue this course with mongoDB as well.
We still waiting 🙋🏽
which theme is this sir on vscode?
Teacher theme dark
@@HiteshCodeLab thnx
Theme name sir
Thank you!
Next on WEBRTC
Please much needed
getting a 404 on files link
Few minutes ago I was searching for it 😂
Please give the direct github link here
please do part 2
Crash course on laravel sir
thank u so much
plz make part 2 of this
We want the second part also!!
Sir please make similar video on private messaging.
You are great sir.
Mongodb adapter +1
please make the second part with MongoDB adapters 🤗🤗😥
2nd part awaited
Waiting for part2 with mongodb
Marwari bhaiyaji we are looking for 2nd part
Next Next.js...🙌