Node.js Tutorial - 35 - HTTP Routing

preview_player
Показать описание

📱 Follow Codevolution

HTTP Routing
Рекомендации по теме
Комментарии
Автор

This was an eye-opener. We have created several node servers till date, but never understood what happens inside the hood. Thanks a lot.

avishetty
Автор

To ensure that your code works properly when sending query parameters for example /home?lang=eng, please use pathname instead of req.url :

const url = require("url");

const parsedUrl = url.parse(req.url, true);
const path = parsedUrl.pathname;
switch (path) {..}

adelchellabi
Автор

Hello VISHWAS I'm learning web development by watching all your videos, pls teach Express framework also if possible and Thanks for everything 🤝

RAMKUMARR-dmmb
Автор

Hi Brother,
Great applause to you.
Really you are deserved to appreciate.

Can you please make React JS and React Native projects ?

dhanarajccs
Автор

Currently 404 likes, I will be 405 hopefully to make it better 😅

webmaster
Автор

plz make Ecommerce Project in React js

hubesh
Автор

bro can you make Videoz On Laravel 9 plz

hubesh