Node.js Tutorial for Beginners: Learn Node in 1 Hour
🔥Get the COMPLETE Course (45% OFF – LIMITED TIME): https://programmingwithmosh.com/courses/node
Subscribe for more videos:
https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA?sub_confirmation=1
TABLE OF CONTENT:
00:00 What is Node
03:01 Node Architecture
06:04 How Node Works
10:29 Installing Node
13:01 Your First Node Program
15:22 Node Module System
15:52 Global Object
19:14 Modules
22:51 Creating a Module
27:35 Loading a Module
32:59 Module Wrapper Function
39:53 Path Module
44:03 OS Module
48:22 File System Module
53:14 Events Module
59:33 Event Arguments
01:02:43 Extending EventEmitter
01:10:46 HTTP Module
Want to learn more from me? Check out my blog and courses:
http://programmingwithmosh.com
https://www.facebook.com/programmingwithmosh/
Tweets by moshhamedani
Original source
32 responses to “Node.js Tutorial for Beginners: Learn Node in 1 Hour | Mosh”
seu video lixo
Thank you so very much for this tutorial. You have a remarkable way of explaining stuff step by step. all the best to you
Hey Mosh,
when are you doing python and django and python and flask course?. I am waiting?
<3
you r the BEST!
Wow !!
great course. Thank you !
Great content and great quality video
Thanks for this tutorial.
subbed! great tuts!
Hey Mosh, do you have any course related on METEOR JS?, or is it good enough for me as a amateur developer to build web apps using meteor js.
This video is brilliant. Huge thumbs up and great choice of music haha!
Are you doing this course on Mac or Windows? If on Mac, are you using Visual Studio through the entire course? Can I use Visual Studio for Mac?
Which tool you had used to create/explain the concept such as animation for restaurant and waiter example
Honestly, your teaching is so good! Thanks so much for the help! Keep it up!
awesome!
best node course ever, thank you
Can we use
//import { log } from './logger';
instead of
// var logger = require ('./logger');
?? to import ..
I am watching your videos with great pleasure and hope would become a programmer in 5 years.
Node Tutorial index:
Node Architecture: 03:02
How node works: 06:05
Node Module System: 15:04
Global Object: 15:54
Modules: 19:17
Loading a Module: 27:37
Module Wrapper Function: 33:02
Path Module: 39:57
OS Module: 44:07
File System Module: 48:26
Events Module: 53:18
Events Arguments: 59:37
Extending EventEmitter: 01:02:48
Http Module: 01:10:51
Thank me later. Good luck ! 🙂
One question.. I was doing great until I got to the stringify JSON function (I'm new at that)…. the browser displayed something like this: [1,2,3] … not like yours…. (I'm working on windows with chrome browser).. do I need something else to my data to be displayed as yours?
Edit: Nevermind.. I think I needed to install JSON view extension for Chrome…. (I wonder how this should work with a normal client without installing developer tools)
57:00 The word "emit" comes from Latin "emittere", which is a compound of "ex" ("out") and "mittere" ("to send"). Words like "mission", "submit", "'permit", "omit" etc. come from the same root. So it's not about "making noise" at all, it's about "sending out" (e.g. a message, or a messenger, or a person, or a letter, or some projectile, like an arrow or a rocket, or even a light signal).
Next time you didn't know how a certain word means, you can consult etymonline.com which is a great etymology dictionary that tells you what words mean and where did they come from.
What software do you use to make those vector animations?
good
the way you teach is so satisfying, I can tell you've a lot of experience
piano on background agggrrr hate it
Very Good Explanation.
Hi Mosh, Its heartening to know that you dont subscribe to the "foo, bar, baz?!" nonsense 🙂
Hey you have a voice similar to Michio Kaku. hehe
so knowing JavaScript is mandatory?
You rock Mosh!
Sir I Install express globally how I include index.js
var express = require('express');
error occur express module not found
I check express install successfully
npm express -v