First, thanks for this tutorial. - In recent versions of Node.js, we don't need any extra packages to monitor file changes (like nodemon), We can simply add the flag "--watch". - Even on the same server, using different ports for the frontend and backend will result in CORS errors.
Good job,thanks Dave,and I am from China,I hope more and more developers in China could have access to your demonstrations if there is no Great Fire Wall.
Great video. I hope you will show us uploading files (images, docs , etc) and storing them. Also it would be great to have chat history with room or person, what are the best practices to store the history and user settings in some db :). What are other scenarios to use web sockets, what else are they good for (shops, warehouse inventory or something like that). Thank you for the video
I really like this kind of comments. Each time Dave or any other tutor on RUclips posts a video, there's a request to build a full-fledged app with any esoteric requirements that can even come up into one's head. They just give yout essential concepts how things work. If you are software engineer, you should figure out yourself how to upload files and add chat history feature.
hmmm I thought part of the tutorials is to give the esentials or more common things, but hey ok if he make a video about this I urge you not to watch it. I really like Dave videos and it is up to him what he will show us and what is not worth it, not you or anyone else. If you are his agent and he gave you a task to speak for himself its ok I rearly comment anyway. Be well mr. Pro software engineer
Great video Dave, im waiting for the next videos!, In this class i have an issue and i dont have errors in my console the message displays correctly but in webpage the li items doesn't append to the ul, i don't know why, but im still researching.
Hi Dave this is very good and helpful video bro. I was struggling from last 3 days and now by your video I was able to solve that issue. Dave I have one query Can you please help me out. my socket is running fine in local but in production I am getting "Session ID unknown" error how to fix this please help me out
So, in this case, it always established connection with socket server when you open the chat app? But if it needed user authentication then after authentication it establish connection, right? Sorry if my questions seems funny. Always love you.♥
Many thanks. Btw, is it possible to establish a ws connection via an express route? So if I am doing a chat app, it wont be fully web socket, but express?
You can use Express with sockets and I will in the next tutorial. It won't use an express route though. The socket server just listens for a connection.
When i type a message it outputs the dynamic key but the value is {data} I9SkH: {data} anyone have any ideas as to why it is different when the code is the same?
First, thanks for this tutorial.
- In recent versions of Node.js, we don't need any extra packages to monitor file changes (like nodemon), We can simply add the flag "--watch".
- Even on the same server, using different ports for the frontend and backend will result in CORS errors.
Yes that is with version 20.6 and up I believe. It has not reached long-term support version as of this video or this post. I'm sure it will soon.
@@DaveGrayTeachesCodeyes that's. The --watch flag is an experimental feature on node v.18
Good job,thanks Dave,and I am from China,I hope more and more developers in China could have access to your demonstrations if there is no Great Fire Wall.
Stop eating 😢 sh!ts bro please preserve humanity we don't want another virus 🦠😓
during the series enhance styles and it will be great if you use database to store messages and convert frontend to react it will be awesome
Awesome as always , Big fan Dave 🙌
Which a couple of errors I eventually has done 2 of this tutorials today. Thank you for explanation!
Loving the series. much appreciated as always
Amazing Tutorials Sir. You have changed my entire vision and interest.
Great content!! Looking forward for socket series. Thanks!
Thank you Dave! I'm waiting for nest js course. Even if it's paid
Holy shishkabob, just in time too. Thank you!
Great video. I hope you will show us uploading files (images, docs , etc) and storing them. Also it would be great to have chat history with room or person, what are the best practices to store the history and user settings in some db :). What are other scenarios to use web sockets, what else are they good for (shops, warehouse inventory or something like that). Thank you for the video
I really like this kind of comments. Each time Dave or any other tutor on RUclips posts a video, there's a request to build a full-fledged app with any esoteric requirements that can even come up into one's head. They just give yout essential concepts how things work. If you are software engineer, you should figure out yourself how to upload files and add chat history feature.
hmmm I thought part of the tutorials is to give the esentials or more common things, but hey ok if he make a video about this I urge you not to watch it. I really like Dave videos and it is up to him what he will show us and what is not worth it, not you or anyone else. If you are his agent and he gave you a task to speak for himself its ok I rearly comment anyway. Be well mr. Pro software engineer
Just found out you are getting married Congratulations 🎉🎉👏 👏 for your marriage 🥳💕 in advance
Tq sir 🥺
Thank you so much I'm really appreciate that you work hard to give us this informations 💛 🙏 💓 💗
just a quick tip
we can do 'npm un' for 'npm uninstall'
"npm rm" too
hi Dave! Great content . Thanks for every information you provide us! Will you do any demonstration with socket rooms and online users concept?
Yes, soon
@@DaveGrayTeachesCode Thanks for your response. Have a good day.
St Dave Gray! 😇. Thank you!
u are perfect. I needed this...
Great video, NextJS will be so good. :(
Thanks sir always the best teacher
Thanks, Dave!!
Thanks Dave!! Cheers🎉🎉🎉
Oh excellent video, thanks for sharing
Thank You, great content, exelent teacher
Very helpful tutorial thank you
Fantastic
Can you do a video on how to use socket io with next 13 app router?
Thank you sir!
TY!
Great video Dave, im waiting for the next videos!, In this class i have an issue and i dont have errors in my console the message displays correctly but in webpage the li items doesn't append to the ul, i don't know why, but im still researching.
Thanks a lot
Hi Dave this is very good and helpful video bro. I was struggling from last 3 days and now by your video I was able to solve that issue. Dave I have one query Can you please help me out. my socket is running fine in local but in production I am getting "Session ID unknown" error how to fix this please help me out
Thank you very much Dave 🙏
So, in this case, it always established connection with socket server when you open the chat app? But if it needed user authentication then after authentication it establish connection, right? Sorry if my questions seems funny. Always love you.♥
Yes, you would create the connection after authentication
great
Uhu, I have been searching this kind of video (latest)
Now got it.
why live data sometime slow the performance of browser..which points to keep in mind when using socket io
would love to see scylladb/cassandra/ mongodb integration. with redis and other technologies.
Many thanks. Btw, is it possible to establish a ws connection via an express route? So if I am doing a chat app, it wont be fully web socket, but express?
You can use Express with sockets and I will in the next tutorial. It won't use an express route though. The socket server just listens for a connection.
Let's write more code together. Sir
When i type a message it outputs the dynamic key but the value is {data}
I9SkH: {data}
anyone have any ideas as to why it is different when the code is the same?
nvm... found the bug... missed a $ on my string interpolation