Node.js tutorial for beginners – 2014 Update This video is an introduction to Node js using the latest updates to the Express.js framework. Nodejs is an amazing …
source
Home Programming Node.js Node.js tutorial for beginners 2014 – an introduction to Node.js with Express.js
Wait… If it keeps everything loaded in memory, won't you run out of RAM if you have to load a few billion videos and images?
I thiink sass can be used now a days (node-sass-middleware) by using -c sass.
just finished you're playlist on React and Redux, so my question is : does Node Router exclude Redux Router? and how do i use it with React?
Thank you for excellent tutorial. I have one problem for page refresh (browser show page not found) when I use angular route. Can you help me please.
how do you configure the cmd so that you can type shortcut to launch specific app ?
Hey nice video, thanks a lot for uploading it.
I am on windows and cannot run www through debug command. I trieed cd into bin and www by typing "www" but it does not work either. What am I supposed to do ?
what re the prams ? we need definition for things like that
Excellent tutorial! I finally got a good understanding of all the bits. Thank you!
Helpful, thank you
Hi, i was wondering how you made your terminal look like that?
Any One can help me ???? I don't know what is API , REST API, JSON, NODE JS ????? Theses are all related together ???? How they are working???????
res.send({ users: ["Tom","lulu"] }); doesn't register as type=json in the browser. It just comes across as a document. Is there a newer method to do this? I tried res.json but that didn't work either.
Bloke, you are too good in the explanation. Superb way !!! Can you please explain us chat application in Node.js using API?
HI Will great tutorial, however I'm having some errors. I just installed nodemon and typed the console.log line to see it running, but when I tried to save (using VS Code) I get, Failed to save 'app.js': A system error occured (EACCES: permission denied. I also notice in the www file i am getting errors on require & process, e.g. can't find name 'require' any. Can you help? EDIT: after some research renaming www to http://www.js removed the errors as I think it's overwriting the preferences and making www a .ts file, however I'm still getting permission denied when trying to save?
Thanks for this awesome work. One of the most refined Nodejs training videos ever. :)
Hi, Thank you for amazing videos. I have also been following your React videos and they are awesome. I have a strange requirement with node. I need to read data from a third party REST api and store it in my postgres database. But I want the node app to keep watching the api endpoint for new/updated data (there is no trigger point like reloading a page or clicking a button) based on a query date parameter (/api/users?since_updated = 2016-01-26%2009:01:44). For example when I pull the data today, my app should save today's date in database and the next time it should ask for data from the saved date. Is node suitable for this? Or should I consider other options? Everything is doable reading from API, storing in databse but I don't know how to keep the node listening continuously (or every hour) to the api endpoint with the latest since_updated parameter. Do you have any resource that can help me with this?
Nice video! to complement this content, there is a new ebook about How to Build APIs with Node.js using ES6, Express, Sequelize and a lot of useful modules: https://leanpub.com/building-apis-with-nodejs I hope you enjoy it!
mfw i find out it's "node mon" and not "no demon"
Awesome video man.
I love it when people go fast but give enough details. Finding this "sweetspot" is just so difficult.
Thank you!
sir, your tutorial is really good, but i have installed node js, then opened command prompt, upto the app created, it shown file names like .js,.css etc., then in the next step you have shown sub . and opened windows, that showing all the folders left side of app, I donot know how to get/open that window (of app) to see my app files/folders, and (rm -R exp2014) is not working showing error. please help me! steps for complete installation in windows
Hi, thanks for the very good video.
Just a quick question, can you use express for a go lang app?
Where's the coffee link?