thank you bro, you have explained very well from beginners point of view
@joshuarifareal2542 Жыл бұрын
what a time to be alive
@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'})
@Saiprasadraju_Thangella5 ай бұрын
what vscode theme are you using ??
@DailyTuition5 ай бұрын
follow this link. I am using this Vs-code Settings kzbin.info/www/bejne/m2PVfaCOgMyMoqc
@Jothijagadeesh7 ай бұрын
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
@DailyTuition3 ай бұрын
I already have a complete CRUD option tutorial please check that out.
@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.
@almighty_rex64 Жыл бұрын
it was really awesomeeeeeeeeeeeeeeeeeeeeeeee
@Perrynatufe9105 Жыл бұрын
Thank you for this video
@anonymoussaif73612 жыл бұрын
Thanks ❤❤❤
@amazing-ek2uo2 жыл бұрын
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
@tonyherveHabimana-s1s Жыл бұрын
server-side socket.emit() is not running , how to fix it?
@farhanfahim78202 жыл бұрын
Brother, Please do a full tutorial for the TokenICO plugin.
@DailyTuition2 жыл бұрын
Ok. Sure thank you for the request
@ashishkumari-yg4gn Жыл бұрын
thank you sir
@JoseRuiz-hx3jo Жыл бұрын
Explicas muy bien, muchas gracias!
@mdfahad2390 Жыл бұрын
i like your video it very helpful for me make a video regarding websocket and webhook please
@Shrey_rocoustic Жыл бұрын
sir where is the code
@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
@letsspeakwithlearnenglish63712 жыл бұрын
Create a Chat application please
@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.