The Artima Developer Community
Sponsored Link

Java Buzz Forum
Getting Started with Node.js

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
justin cater

Posts: 19616
Nickname: justin78
Registered: Mar, 2011

Justin Cater is executive editor at Java Code Geeks
Getting Started with Node.js Posted: May 5, 2014 8:50 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by justin cater.
Original Post: Getting Started with Node.js
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks

Advertisement

After installing Node.js and getting a quick glance of its capabilities, we are now ready to really get started with it! In this lesson, part of the “Building web apps with Node.js” course, you will get to understand how Node.js really works.

You will get acquainted with the underlying Event Driven Programming model and the non blocking I/O functionality. Next, you will learn about the Read-Eval-Print-Loop (REPL), which is an interactive console that lets you execute various commands. You will also read about the Node Package Manager (NPM) which is responsible for managing the libraries repository.

Finally, the Event Driven Programming which Node.js uses is introduced and the concepts of asynchronous execution are explained.

Get started here

Read: Getting Started with Node.js

Topic: Just What Are Spring 3.2 Matrix Variables? – Part 1 Previous Topic   Next Topic Topic: Spring Boot and Scala with sbt as the build tool

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use