ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,079,535 results

Related queries

node js freecodecamp

node.js شرح

http module in node js

what is http server

node js install

url module in node js

node js express

node js explained

node js bro code

http methods in node js

Web Dev Simplified
Your First Node.js Web Server

In this video I am going to walk you through all the steps necessary to create your very first Node.js web server. We will start at the ...

8:57
Your First Node.js Web Server

608,644 views

7 years ago

Piyush Garg
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 ...

17:56
Building HTTP Server in NodeJS

299,600 views

2 years ago

Code With Bubb
How To Create a Simple HTTP Server with Node.js

In this tutorial, you'll learn how to create a simple HTTP server with Node.js and it's built in libraries without any frameworks.

3:39
How To Create a Simple HTTP Server with Node.js

19,554 views

5 years ago

Charles Clayton
How to Set Up a Local HTTP Server (Node.js)

Step 1: Install Node.js here https://nodejs.org/en/ Step 2: Install http-server using the following npm command in Node.js ...

1:38
How to Set Up a Local HTTP Server (Node.js)

184,072 views

10 years ago

Programming with Mosh
HTTP Module in Node.js

Get the COMPLETE Course (45% OFF - LIMITED TIME): https://programmingwithmosh.com/courses/node Subscribe for more ...

8:08
HTTP Module in Node.js

99,599 views

7 years ago

CodeLucky
Node.js HTTP Module: Create Your First Web Server (Beginner's Guide)

Ready to build your own web server with Node.js? This beginner-friendly tutorial walks you through the HTTP module, a core ...

3:52
Node.js HTTP Module: Create Your First Web Server (Beginner's Guide)

156 views

4 months ago

Code ON 코드온
What is Node.js and how it works (explained in 2 minutes)

If you remember back to when we talked about 6 different things we can do with JavaScript [ https://youtu.be/saJGkROZwTM ], I ...

2:17
What is Node.js and how it works (explained in 2 minutes)

208,629 views

3 years ago

People also watched

John Taieb
C'est quoi Node.js et pourquoi l'apprendre ?

Tous les détails de cette vidéo ▻https://apprendre-a-coder.com/apprendre-node-js/ ▽▽▽ OFFRE SPÉCIALE ▽▽▽ Obtiens le ...

8:23
C'est quoi Node.js et pourquoi l'apprendre ?

129,581 views

7 years ago

AK DEV
How to easily create a server with Node JS & Express!

🚀 AK DEV COMMUNITY DISCORD: https://discord.gg/fx2Mw845kh ⚡ SERVER LINK: https://discord.gg/hAx4KFj8 🔥 PROMO CODE -10% off ...

13:29
How to easily create a server with Node JS & Express!

16,736 views

2 years ago

Andrew Schmelyun
You don't need a frontend framework

Sometimes I feel that web development has gotten pretty complicated. Fairly straightforward applications are split apart with their ...

15:45
You don't need a frontend framework

185,570 views

1 year ago

Ryan & Matt Data Science
Unlock 1,000+ "Hidden" Apps with the n8n HTTP Node & Tool

Don't miss out! Get FREE access to my Skool community — packed with resources, tools, and support to help you with Data, ...

1:07:43
Unlock 1,000+ "Hidden" Apps with the n8n HTTP Node & Tool

3,036 views

1 month ago

Julien Code
[R13] HTTP étude des requêtes et réponses de ce protocole

Dans cette vidéo nous expliquons à quoi sert le protocole HTTP mais surtout comment il fonctionne avec les requêtes que l'on ...

10:25
[R13] HTTP étude des requêtes et réponses de ce protocole

6,799 views

2 years ago

Coding2GO
What is Node.js? JavaScript Back-End Tutorial

In this video, you'll learn how Node.js turns your computer into a real web server — and how you can build complete back-ends ...

8:10
What is Node.js? JavaScript Back-End Tutorial

20,128 views

1 month ago

Boot dev and The PrimeTime
From TCP to HTTP | Full Course by @ThePrimeagen

The web is built on HTTP, and there's no better way to understand how something works than to implement it yourself. In this ...

4:38:30
From TCP to HTTP | Full Course by @ThePrimeagen

368,805 views

4 months ago

Programming with Mosh
How to build a REST API with Node js & Express

Learn to build a REST API with Node js & Express in just 1 hour! Get the complete Node course: http://bit.ly/2NfkpOC Subscribe ...

58:40
How to build a REST API with Node js & Express

1,881,842 views

7 years ago

OpenJavaScript
Serve a HTML Website or Single Page Application with Node and Express

Source code: https://openjavascript.info/2023/01/23/serve-static-files-in-node-js-with-express/ ⚡ Need hosting for a website, ...

11:46
Serve a HTML Website or Single Page Application with Node and Express

80,808 views

2 years ago

Steve Griffith - Prof3ssorSt3v3
Making HTTP Requests from NodeJS

This tutorial explains how you can make an HTTP request for a text, json, or binary image file from NodeJS. A demonstration is ...

10:39
Making HTTP Requests from NodeJS

54,666 views

6 years ago

CBT Nuggets
MicroNugget: How to Use a Simple HTTP Server with Node.js and Express

Start learning cybersecurity with CBT Nuggets. https://courses.cbt.gg/security In this video, Ben Finkel covers how to install ...

9:45
MicroNugget: How to Use a Simple HTTP Server with Node.js and Express

2,895 views

11 years ago

NoobCoder
NodeJS For Beginners: Creating a  Http Server using the Http Module

Learn how to use the http module within nodejs in order to create a server. We will also learn how to set up basic routing for users ...

5:18
NodeJS For Beginners: Creating a Http Server using the Http Module

1,068 views

7 years ago

OpenJavaScript
Build a HTTP Server in Node.js for Beginners

Source code: https://openjavascript.info/create-a-http-server-in-node-js/ ⚡ Looking for high-performance, afforable web hosting?

12:29
Build a HTTP Server in Node.js for Beginners

4,092 views

3 years ago

freeCodeCamp.org
Full HTTP Networking Course – Fetch and REST APIs in JavaScript

Master the HTTP networking protocol by completing over 80 coding exercises and quizzes in JavaScript. Once you've learned it ...

5:08:48
Full HTTP Networking Course – Fetch and REST APIs in JavaScript

1,074,002 views

2 years ago

Mohamed Chiny
Node.js - Create an HTTP server and listen for requests

To create a server in Node.js, import the HTTP module and then call the createServer() method. To listen for requests, specify ...

9:52
Node.js - Create an HTTP server and listen for requests

9,264 views

2 years ago

ProgrammingKnowledge
How to Create a Simple HTTP Server in Node.js | HTTP Module Basics & Example Tutorial 2025

In this Node.js tutorial for 2025, you will learn how to create a simple HTTP server in Node.js using only the built-in HTTP module.

5:19
How to Create a Simple HTTP Server in Node.js | HTTP Module Basics & Example Tutorial 2025

696 views

4 months ago

Dave Gray
How to Build a Web Server with Node JS | Node.js Tutorials for Beginners

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap Learn how to build a web server with Node JS.

39:14
How to Build a Web Server with Node JS | Node.js Tutorials for Beginners

51,224 views

4 years ago

JustProgramIt
Node.js Essentials: Create Your Own HTTP Server & Routes from Scratch! #9

Embark on a journey into the heart of Node.js with this tutorial focused on building an HTTP server and establishing basic routing ...

7:32
Node.js Essentials: Create Your Own HTTP Server & Routes from Scratch! #9

236 views

2 years ago

Data Science for Everyone
Creating HTTP Server with Nodejs

Welcome to our beginner-friendly tutorial on creating an HTTP server with Node.js! In this video, we'll walk you through the ...

4:40
Creating HTTP Server with Nodejs

587 views

1 year ago

Fireship
Node.js Ultimate Beginner’s Guide in 7 Easy Steps

Why learn Node.js in 2020? Master the fundamentals of Node in 7 easy steps, then build a fullstack web app and deploy it to a ...

16:20
Node.js Ultimate Beginner’s Guide in 7 Easy Steps

2,069,604 views

5 years ago

Alex Rusin
Node.js Express Server Tutorial (2026) | From Zero to API

New and updated How to Build Secure Next.js Authentication in 2026: ...

42:21
Node.js Express Server Tutorial (2026) | From Zero to API

1,137 views

1 month ago

Devstories Playground
NodeJS: Basic Streaming HTTP Server
4:19
NodeJS: Basic Streaming HTTP Server

1,115 views

5 years ago

Daily Tuition
How to Create HTTP Server in Node.js - Node For Beginners - 14

How to Create HTTP Server in Node.js - Node For Beginners - 14 In this lecture, we are going to learn how to create an HTTP ...

8:47
How to Create HTTP Server in Node.js - Node For Beginners - 14

6,905 views

5 years ago