Building HTTP Server in NodeJS
Hey Everyone, In this video, we will create our own HTTP web server using NodeJS and HTTP built-in module in NodeJS
► Complete Full Stack Web Developer RoadMap 2023: https://youtu.be/qHy4UY58_Uc
► Master NodeJS Playlist: https://www.youtube.com/playlist?list=PLinedj3B30sDby4Al-i13hQJGQoRQDfPo
Quick Links
Node.JS Website: https://nodejs.org/en/
Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It allows developers to run JavaScript on the server side, creating server-side applications with JavaScript.
► My Website: https://www.piyushgarg.dev
My Gears
► My Girlfriend: https://amzn.to/3WD6FRp
► Apple MacBook Laptop: https://amzn.to/3WBJgQn
► Anker USB Hub: https://amzn.to/3GhZSr0
► Blue Yeti Microphone: https://amzn.to/3YKZ9FT
► External 27” Monitor: https://amzn.to/3Vp3xaO
► Logitech MK295 Wireless Keyboard and Mouse: https://amzn.to/3DuL1bB
► Seagate Expansion 1TB External HDD: https://amzn.to/3QMm5Q8
► Tripod: https://amzn.to/3S4OwK4
► Ring Light: https://amzn.to/3YLf8DR
Disclaimer: All the links above are affiliate links.
Social Links
► Twitter – https://twitter.com/piyushgarg_dev
► LinkedIn – https://www.linkedin.com/in/piyushgarg195
Video Titles
What is NodeJS?
HTTP Server NodeJS
Creating Web Server in NodeJS
HTTP Module in NodeJS
NodeJS Tutorial in Hindi
Tags
#nodejs #javascript #developer #server #javascriptinhindi #webdevelopment #webapp #realtimeapp #serverside #nonblockingio #tech
by Piyush Garg
linux http server
day-2
Thank you so much for the excellent explanation
This helped me a lot this is my first time to learn backend and I just wanted to motioned we can we the client IP like this
const clientIp = req.socket.remoteAddress;
sab to theek hai lekin aapko is code ka link description me dena chahiye tha
to get ip from req we have to do const ip = req.connection.remoteAddress great tutorial
Thanks Piyush. What code completion extension you are using?
Wow. This has helped me so much. It is my first day starting Node.JS, and looking at the code level, I could never imagine learning this anywhere else. This feels easy now. Thank you Piyush!
Thanks sirg for this content
Sahi video banate ho bhaiya aap to
Bro this is the best video on the http web server. Best content 👍🏻
before my web page show my content but now i am getting this error -> This site can’t be reachedlocalhost refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
this is helpful ❤
thanks ❤
bhai sun, baar baar server na start krna pade ek cheez use kr nodemon, isse khud server restart hoga jab bhi tu kuvh vhange krega, sir ne is ke baare me aage jaake bataya h
Easy explanation 🎉
sir i have one doubt those auto suggestion like fs.appendFile is not coming can you give some suggestion how to do it on my vs code PL!ZZ
!
🎉🎉🎉
Bestest palylist ever .. Thanks allot for sharing your amazing knowledge with us
Great Work
👍👍👍👍👍👍
sir server tho express ke throw bhi bna sakte hai na ???
please clearify my douth
Thanks sir jee, I really enjoyed and learnt via your videos!!
g #Node.js series On the YouTube ❤❤❤❤❤❤❤
Yes in req. header we can find out the ip of user , x-forwarded is method to findout the ip
Mind blowing #Node.js series On the YouTube ❤❤❤❤❤❤❤
Please koi Nodejs ka open source project suggest kriye.. agar saath mai angular bhi ho to best rahega
Server create krne ke bad terminal pr object nhi aa rha
Understood everything very grateful for this amazing content.
❤❤great
vid-7 ✅
Thanks bro
@Piyush Garg which theme are you using in vs code i really liked it can you tell?
@15:35 if I go to homepage and then to any other, its showing "this site can't be reached" (P.S. I writing '/' also)
after watching this my brain started connecting the dot how nextjs work under the hood