node http is beautiful

preview_player
Показать описание
We are always in a rush to build apps that we rarely stop and think about how things work. Today id like to go to the basics and pick apart the HTTP module on NodeJS


Chapters
0:00 Intro
2:00 Connection Event
3:00 Connect from Curl
6:00 Connect From Browser
6:50 Connect From Telnet
8:00 Request Event
13:00 List All Connections

Code

http module nodejs help

Become a Member on YouTube

🔥 Members Only Content

Support my work on PayPal

🧑‍🏫 Courses I Teach

🏭 Backend Engineering Videos in Order

💾 Database Engineering Videos

🎙️Listen to the Backend Engineering Podcast

Gears and tools used on the Channel (affiliates)

🖼️ Slides and Thumbnail Design
Canva

🎙️ Mic Gear
Shure SM7B Cardioid Dynamic Microphone

Cloudlifter

XLR cables

Focusrite Audio Interface

📷 Camera Gear
Canon M50 Mark II

Micro HDMI to HDMI

Video capture card

AC Wall for constant power

Stay Awesome,
Hussein
Рекомендации по теме
Комментарии
Автор

i love this kind of content, it's like having a cool older cousin of yours explaining stuff to you

atraps
Автор

Basics like this are often ignored! Thanks for the amazing content!!!

jithin_zac
Автор

I have been working with Node for about 3 years now and I have always used express. This video is all I needed to explore how all these functionalities have been abstracted from the actual core packages of Node. Thank you!

the_xibalba
Автор

Bro the way you explain concepts makes me fall in love with technology, specifically backend tech. Throughout time I lost that passion I once had, and did it only just as a career. But I want to bring the same old passion back. Which you are helping me.

awrjkf
Автор

1:22
He's the one teaching yet says "you probably know this better than I do.". Nasser knows his audience. We have spent years with little idea of how little we knew.

shiewhun
Автор

Bro this one short video just put so many things together for me in my brain, I appreciate you!

mhoyle
Автор

I started to learn node.js a few days back and this video drops in. Thanks man!

AkshayKumar-kzzh
Автор

Deno's core built-in listen and HTTP API is even more beautiful. It doesn't rely on callback-pattern, which can become very unwieldy if you haven't introduced a strategy to handle it early on in development but rather uses async iterators for iterating and gives you much more control over the control flow of your connection handlers.

But I'd still want to use something a bit more high-level that allows me to define routes and handlers outside a loop and automatically filter and orchestrate requests based on pre-conditions. Working with a low-level API for application code is not feasible. They are great as building blocks for higher level concepts, though.

dealloc
Автор

This is awesome. I started with Node through Express, then Fastify. Never really dived into this part

WiredMartian
Автор

Thank you Hussein. Keep up with this kind of Basic content, love it!

paroxyzm
Автор

Awesome man, I doesn't know those details about Node.js. Now go deep down to understand how these things works under the hood

axaysushir
Автор

It brings more clarity about what I'm doing, i like these sessions..

amans
Автор

never touched express or similar
I do like how intuitive the built in modules can be

SamualN
Автор

I'm completely new to node and to this channel, but after watching this video in its entirety, it seems like this guy needs to be putting out a node.js/express.js course, or maybe he has one already. He knows his stuff, and is very easy to understand.

itsnobledean
Автор

What an awesome video with very good explanations and under the hood researching, great job!

georgelinardis
Автор

Love this type of content. Looking forward to see about QUIC as it's built in nodejs as well

ionelCristianLupu_
Автор

akka-http has even more beautiful design. Atop of that, it has beautful routing declaration API. It is also type safe, which allows usage without reading any documentation.

ZelenoJabko
Автор

quality content, please keep this coming.

marslogics
Автор

Great video which shows in practice what happens under the hood. Keep it up Hussein!

GreenMarkoulis
Автор

This is such a good explanation of this simple concept. Thanks for the amazing video. And please do make a video on express also.

siddharth