Node.js tutorial for beginners - an introduction to Node.js with Express.js

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

Here's some other videos:
Node, MongoDB & Mongoose:

Bootstrap Tutorial For Beginners - Responsive Design with Bootstrap 3

-~-~~-~~~-~~-~-
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

@jeremy, you might need to watch the updated video on this for 2014.  There were some significant changes that express.js made.
Node.js tutorial for beginners 2014 - an introduction to Node.js with Express.js

learncodeacademy
Автор

Congrats, you are the first American who can make a good, quick and to the point tutorial

BramDVcom
Автор

The notes clarifying what has changed since 2014 were very helpful.

mcchang
Автор

Thanks a lot for the great video. I've been working with node.js for a while now but never dared to use express. Your methods are great! :D

ChetanBhasin
Автор

very helpful .. it helped me understand this whole route thing so easily .. and also difference between render and send was terrific to know .. books and tutorials was not clear enough before .. thank you ..

iffmainak
Автор

probably one of the best node videos I have seen. It is a little out of date, but still very useful!

daoistChuckle
Автор

"This is your boy....iler plate code" haha. Great tutorial -- thanks.

anirudhchadha
Автор

Hi Will, before your "express testexpress" @ 2:20 works, you need to install the express generator: npm install -g express-generator After this, it works fine. :) Perhaps worth an annotation. Thanks for your video anyways.

RogiervandenBerg
Автор

ive been writing js for 10+yrs and this is complete gibberish to me :D

john_p
Автор

That was an excellent introduction. Whens advanced tutorial for implementing complex logic into apps?

Thanks again, found it really easy to listen and learn.

JamieHayman
Автор

Great introduction to node + express! Thanks a lot!

ivofs
Автор

Liked your video! It's really very informative and educational. Just one thing: the early node/express versions changed a lot the way that the router and other stuff works and are built. I'm a beginner and in some parts I felt a little confused with some stuff. Congrats.

AndreyLuizHeur
Автор

thanks man helped a lot. Its actually quite easy to understand

lolitsmatt
Автор

Thank you! It has been very useful to me.

IsmaelGuillermoMarin
Автор

Cool video, I've been looking to graduate from vanilla Javascript onto a good framework, this seems like it could be for me.

JackThaGamerHD
Автор

Great video. cheers!

Personally I have a problem with npm cannot update itself when install nodejs via homebrew.

When I install with pkg package I must use sudo to install node module package globally. I don't want to do that every time.

Finally I find nodejs also provide a binary files for mac. I simply download binary archived, extract it (in my case I rename directory to .node and move it to my home directory.), and add node's bin directory to SHELL path. That solve all my problems.

bylatt
Автор

I did everything right up to 4:30 in the video where you say to run the app put in the the command node app.js and when I do nothing happens? Please Help

jeremypagley
Автор

Hey, after I download Node.js & Express, I am trying to run express expresstest in my terminal but response is : command not found.



Can you give some tips?

realflavorfiles
Автор

you just made me honest to my self ..:) thanks Will1

JerickDuguran
Автор

Nodemon doesn't work, I dont understand why.
4 Jun 14:10:33 - [nodemon] v1.2.0
4 Jun 14:10:33 - [nodemon] to restart at any time, enter `rs`
4 Jun 14:10:33 - [nodemon] watching: *.*
4 Jun 14:10:33 - [nodemon] starting `node app.js`
4 Jun 14:10:33 - [nodemon] clean exit - waiting for changes before restart

Any suggestion?

seirmioknaa
join shbcf.ru