Node Js For Beginners 1.0
Node Js For Beginners 1.0
js for beginners
In this article we are going to learn using Node.js from the very beginning -
no prior knowledge is needed. The goal of this series is to get you started
with Node.js and make sure you understand how to write an application
using it.
Topic of contents:
The modern web application has really come a long way over the years
with the introduction of many popular frameworks such as bootstrap,
Angular JS, etc. All of these frameworks are based on the popular JavaScript
framework.
But when it came to developing server based applications there was just
kind of a void, and this is where Node.js came into the picture.
We will have a look into the real worth of Node.js in the coming chapters,
but what is it that makes this framework so famous. Over the years, most of
the applications were based on a stateless request- response framework. In
these sort of applications, it is up to the developer to ensure the right code
was put in place to ensure the state of web session was maintained while
the user was working with the system.
But with Node.js web applications, you can now work in real-time and have
a 2-way communication. The state is maintained, and the either the client
or server can start the communication.