Reasons behind preferring Node.js for web application development

2015-09-07 20:48:24 +08:00
 leenajose
Are you aware of the fact that the rapid growth in the use of Node.js has compelled developers to sit back and take note of it? And did you know the fact that many popular and successful web applications and websites have used Node.js? Let your answer be a pronounced Yes or a feeble No. But before knowing which those successful websites are, let us know more about Node.js, and the reasons for it being preferred for web application development, these days.

What is Node.js?

Node.js is a platform which has been built on Chrome's JavaScript runtime. Its applications are written in Javascript. Also, it is an open source and a cross-platform runtime environment that offers an event-driven architecture. Besides that, it offers a non-blocking I/O API, using which an application's throughput and scalability are optimized.

Notably, Node.js is a perfect choice for data-intensive real-time applications and for sites that are expected to witness a drastic growth in the number of users. On the other hand, an inbuilt library enables applications to act as a web server.

Invented in the year 2009, by Ryan Dahl, Node.js platform uses JavaScript and modules and allows to create web servers and also networking tools. Also, its applications can be run on various servers – Mac OS X, Microsoft windows, and Unix.

Reasons to use Node.js for web application development:

It's fast:

Fast and scalable network applications can be built as the JavaScript execution is fast. The single threaded model with event loop is also highly helpful and allows handling multiple client requests. It is one of the major advantages of using Node.js for web applications. Due to the presence of event loop in Node.js, there is no necessity of creating more threads, even when the applications receive numerous concurrent client requests. Therefore, the application utilizes less memory.

Sharing is encouraged

It is all fine to share packages of library code. So if any problem a developer faces, The Node Package Manager (npm ), with its repository of 50,000 packages, helps the developer with the solutions. Updating, sharing and reusing of code are therefore much easier.


Streams in Node.js

Since Node.js is asynchronous and event-driven, tackling of I/O bound tasks are extremely good. So, what are streams? They are UNIX pipes which enable easy reading of data from the source, and pipe the data to the destination.

Data synchronization between client and server

Data transfer between the client and server happens very quickly because Node.js enables writing JavaScript on both client and server side.

Source link: http://nodejsdevelopmentcompany.blogspot.in/2015/06/reasons-behind-preferring-nodejs-for.html
2868 次点击
所在节点    Node.js
2 条回复
darluc
2015-09-08 00:49:30 +08:00
It seems not adorable when you build large projects.
deepreader
2015-09-08 04:51:09 +08:00
What is the current status of nodejs in enterprise application development?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/218950

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX