Leo Trieu
This short course will cover basic and core concepts that you need to know to get up and running with NodeJS in just 1 hour. And you will learn enough to start building your first NodeJS app in no time.
Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side. Historically, JavaScript was used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage's HTML and run client-side by a JavaScript engine in the user's web browser. Node.js lets developers use JavaScript for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web application development around a single programming language, rather than different languages for server side and client side scripts..
Anyone!!! Because:
It's FREE
You don't have to install any software to work with. Code right away using an online editor.
NodeJS is a javascript framework and easy to learn.
This course is fun :)
While it is helpful to have an understanding of Javascript, it is not necessary.
A taste of how to build your very first NodeJS app.
How to set up NodeJS on your machine.
Understand transferring data via Restful API.
Understand JSON and work with Postman.
Learn how to work with 3rd party libraries in NodeJS app..
Build your own Restful API NodeJS app with GET, POST, DELETE.
How to work with for loop, if condition, functions in NodeJS.
henri
fast and painless intro to Node.js
Desmend Jetton
Great refresh of Node.js and the Express framework
Christoffer
Perfect intro to Node.js for the absolute beginner
Lauro Silva
Great intro into NodeJS!
Task 1: Quick Intro NodeJS
Task 2: Weapons to work with NodeJS
Task 3: Creating your API NodeJS App