Monday, December 14, 2015

Node.js for Dummies

I started to learn Node.js ma be five months back. Then by October I had enough knowledge to write something for beginners about Node.js, AngularJs, NPM but I could not have time for that. Something then put me in terrible busy days So I was not at all able to do so.
It happens with me or may be with many others, They want to learn a lot of things in a very less time at first GO. With me it happens always.

advertisements
As I am a Technologist. and for us - computer related professionals this is high requirement to keep us up to date. If we will not we will be finish. and in today's world I think it is applicable for everyone.
We should have to accept the change very soon to absorb lots of thing quicker.
So, Node.js is not very New now. but this is not late to get updated about technologies.
I am posting here few good tutorials:
Node.js, in the simplest most basic terms, is a framework to develop server-side applications through JavaScript.

In comparison to most other similar technologies, node.js is extremely well suited at doing things that send a lot of messages from one user to another, such as chat clients, Twitter-like services, game servers.
It is used for developing applications that make heavy use of the ability to run JavaScript both on the client, as well as on server side and therefore benefit from the re-usability of code and the lack of context switching.

Node.js is only an environment; you have to do everything yourself.


Node.js is pretty interesting because it uses Javascript. This is useful for two reasons. First, having the client side and server side code written in the same language creates convenience for writing interactive websites. Second, because browsers are so competitive, there are many fast implementations of Javascript, Node.js runs very quickly.
Here is a tutorial

Node is getting popular as a server-side platform and is used by IBM, Microsoft, Yahoo!, Walmart, Groupon, SAP, LinkedIn, Rakuten, PayPal, Voxer, and GoDaddy and many more.


Here is another Node.js tutorial.


I will very soon write about my own experience on using Node.js.

No comments:

Post a Comment

Dear blog visitor, Thanks for visiting my blog.