Hi, Thank you, well explained. Same way can you post, how to connect mysql database, with SELECT, INSERT, UPDATE, DELETE, and other sql commands also
@DailyTuition2 ай бұрын
I already have a complete CRUD option tutorial please check that out.
@JohnEPNR2 ай бұрын
Well explained. Thanks!
@DailyTuition2 ай бұрын
Keep supporting.
@harshnamdeo6132 жыл бұрын
thank you bro, you have explained very well from beginners point of view
@adamgriffiths9487 Жыл бұрын
when you get to 10:07, understand that express deprecrated the '__ dirname() you really don't need the const path unless you use a lower version of express, meaning that : res.sendFile(path.join(__dirname, "/socket/src/index.html")); can work you just need: res.sendFile('index.html', {root: 'src'}) so: res.sendFile('file', {root: 'folder of file'})
@dannygamer99956 ай бұрын
Beautiful tutorial, well done.
@DailyTuition2 ай бұрын
Thank you. Keep supporting.
@joshuarifareal2542 Жыл бұрын
what a time to be alive
@subashboss99312 жыл бұрын
Good teaching skills, I need how to find the users are connected together. In socket io.? Waiting for ur reply .
@DailyTuition2 жыл бұрын
I am working on chat app. I will clear all your concepts there.
@I_am_Jisu Жыл бұрын
Your explnations are so good and easy to undestand .
@amazing-ek2uo Жыл бұрын
Great video. I understood about socket more clearly. But I didn't understand the last part. Can anyone explain that. Especially, what is listener here
@tegasteve8195 Жыл бұрын
Thank you for this video
@Saiprasadraju_Thangella4 ай бұрын
what vscode theme are you using ??
@DailyTuition3 ай бұрын
follow this link. I am using this Vs-code Settings kzbin.info/www/bejne/m2PVfaCOgMyMoqc
@anonymoussaif73612 жыл бұрын
Thanks ❤❤❤
@ashishkumari-yg4gn Жыл бұрын
thank you sir
@farhanfahim78202 жыл бұрын
Brother, Please do a full tutorial for the TokenICO plugin.
@DailyTuition2 жыл бұрын
Ok. Sure thank you for the request
@mdfahad2390 Жыл бұрын
i like your video it very helpful for me make a video regarding websocket and webhook please
@JoseRuiz-hx3jo Жыл бұрын
Explicas muy bien, muchas gracias!
@tonyherveHabimana-s1s Жыл бұрын
server-side socket.emit() is not running , how to fix it?
@harshitttt7890 Жыл бұрын
You can use express generater instead of creating all files
@chandrasekharmedisetti6608 Жыл бұрын
i really loved to learn from your channel i have a doubt like if i want to communicate between two html pages with one server how can i do that
@hondaxblade21272 жыл бұрын
Sir I heard that Node is introducing fetch(). Can you please make video on this like what is fetch, why to use it, and how it is better than axios 🤗
@DailyTuition2 жыл бұрын
Yes sure.
@whyarewehere95552 жыл бұрын
let me tell you this bro fetch can never be better than axios.